Versions in this module Expand all Collapse all v1 v1.0.1 Oct 1, 2021 v1.0.0 Oct 1, 2021 Changes in this version + var Default = AddressDecoderV2 + func ChecksumAddmress(address string) string + type AddressDecoderV2 struct + func NewAddressDecoderV2() *AddressDecoderV2 + func (dec *AddressDecoderV2) AddressDecode(addr string, opts ...interface{}) ([]byte, error) + func (dec *AddressDecoderV2) AddressEncode(hash []byte, opts ...interface{}) (string, error) + func (dec *AddressDecoderV2) AddressVerify(address string, opts ...interface{}) bool