nearGetAddress
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Exporting single address
path
— required string | Array<number>
minimum length is 5.
showOnOneKey
— optional boolean
determines if address will be displayed on device. Default is set to true
Exporting bundle of addresses
bundle
- Array
of Objects with path
and showOnOneKey
fields
Display address of first near account:
Return a bundle of aptos addresses without displaying them on device:
Result with only one address
Result with bundle of addresses sorted by FIFO
Error