pubkeyAddress method
Implementation
String pubkeyAddress() {
return bech32.encode(Decoded(
prefix: TerraPubKeys.TERRA_PUB,
words: bech32.toWords(encodeAminoPubkey())));
}
String pubkeyAddress() {
return bech32.encode(Decoded(
prefix: TerraPubKeys.TERRA_PUB,
words: bech32.toWords(encodeAminoPubkey())));
}