Versions in this module Expand all Collapse all v0 v0.0.1 May 16, 2023 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