Last updated
Last updated
Get the address of CoinType
and BIP44 Key Path using getAddress()
function.
coinType: coin type
addressPath: key path to get address
result: (Bool) true
if successful, false
if error occurred
address: address
pubkey: public key value(pubkey exists only when the coinType is .TEZOS
, .XTZ_FA
, .TEZOS_TESTNET
and .XTZ_FA_TESTNET
)
Example(bitcoin)
Get a xpub key of BIP44 Key Path or BIP32 master key using requestExtractPublicKey()
function.
KeyPath: key path to extract public key
result: (Bool) true
if successful, false
if error occurred
publickey: extract public key
Example