Versions in this module Expand all Collapse all v1 v1.0.0 Aug 11, 2024 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) Scan(src interface{}) error + func (a Address) Bytes() []byte + func (a Address) Hex() string + func (a Address) String() string + func (a Address) Value() (driver.Value, error)