Versions in this module Expand all Collapse all v0 v0.9.3 Oct 19, 2020 v0.9.0 Oct 19, 2020 Changes in this version + const AddressLength + const AddressLengthBase58 + const HashLength + const TronBytePrefix + type Address []byte + func Base58ToAddress(s string) (Address, error) + func Base64ToAddress(s string) (Address, error) + func BigToAddress(b *big.Int) Address + func HexToAddress(s string) Address + func PubkeyToAddress(p ecdsa.PublicKey) Address + func (a Address) Bytes() []byte + func (a Address) Hex() string + func (a Address) IsValid() bool + func (a Address) String() string