menu
crypto_wallet_util package
documentation
wallets.dart
AlphCoin
getAlphAddress static method
getAlphAddress static method
dark_mode
light_mode
getAlphAddress
static method
dynamic
getAlphAddress
(
Uint8List
publicKey
)
Implementation
static getAlphAddress(Uint8List publicKey) { return AlphCoin().publicKeyToAddress(publicKey); }
crypto_wallet_util package
documentation
wallets
AlphCoin
getAlphAddress static method
AlphCoin class