Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitcoinAddressType ¶
BitcoinAddressType contains information about a bitcoin address
func CheckBase58Address ¶
func CheckBase58Address(address string) (*BitcoinAddressType, error)
CheckBase58Address validates an address against base58 format and returns the address information if valid.
func CheckBech32Address ¶
func CheckBech32Address(address string) (*BitcoinAddressType, error)
CheckBech32Address validates an address against bech32 format and returns the address information if valid.
func CheckBtcAddress ¶
func CheckBtcAddress(address string) (*BitcoinAddressType, error)
CheckBtcAddress validates a bitcoin address and returns the address information if valid.
Click to show internal directories.
Click to hide internal directories.