Versions in this module Expand all Collapse all v0 v0.24.1 Jul 25, 2025 Changes in this version type Address + func BTCECPrivkeyToAddress(p *btcec.PrivateKey) Address + func BTCECPubkeyToAddress(p *btcec.PublicKey) Address v0.24.0 Jun 9, 2025 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) IsValid() bool + func (a Address) String() string + func (a Address) Value() (driver.Value, error)