We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
f785605
isValidAddress(address: string) : boolean
isValidSecret(secret: string): boolean
deriveKeypair(seed: string): {privateKey: string, publicKey: string}
deriveAddress(publicKey: string): string
const address = api.deriveAddress(api.deriveKeypair(secret).publicKey)