startcoinGetAddress
Starcoin: get address
Display requested address derived by given BIP32 path on device and returns it to caller. User is presented with a description of the requested key and asked to confirm the export on OneKey.
Params
Exporting single address
path
— requiredstring | Array<number>
minimum length is 5. more informationshowOnOneKey
— optionalboolean
determines if address will be displayed on device. Default is set totrue
Exporting bundle of addresses
bundle
-Array
of Objects withpath
andshowOnOneKey
fields
Example
Display address of first starcoin account:
Return a bundle of starcoin addresses without displaying them on device:
Result
Result with only one address
Result with bundle of addresses sorted by FIFO
Error
Last updated