bech32Address property

String bech32Address

Returns the associated address as a Bech32 string.

Implementation

String get bech32Address =>
    Bech32Encoder.encode(networkInfo.bech32Hrp, address);