Versions in this module Expand all Collapse all v0 v0.1.1 Mar 25, 2022 v0.1.0 Mar 25, 2022 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) String() string