interface IAddress {
    bech32(): string;
}

Methods

Methods