getAlphAddress static method

dynamic getAlphAddress(
  1. Uint8List publicKey
)

Implementation

static getAlphAddress(Uint8List publicKey) {
  return AlphCoin().publicKeyToAddress(publicKey);
}