alephiumGetAddress
Use requirement
Firmware version required
Touch: 4.10.0
Alephium: get address
Display requested address derived by given BIP32 path on device and returns it to caller. User is asked to confirm the export on OneKey.
Params
Exporting single address
path
— requiredstring | Array<number>
minimum length is 3group
— optionalnumber | undefined | null
showOnOneKey
— optionalboolean
determines if address will be displayed on device. Default is set totrue
Exporting bundle of addresses
bundle
-Array
of Objects withpath
andshowOnOneKey
andgroup
fields
Example
Result
Result with only one address
Result with bundle of addresses sorted by FIFO
Error
Last updated