address method

String address()

Implementation

String address() {
  return bech32.encode(Decoded(
      prefix: TerraPubKeys.TERRA_PUBLIC_KEYNAME,
      words: bech32.toWords(rawAddress())));
}