Documentation ¶
Overview ¶
Package bitcoin - to validate bitcoin addresses
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateAddress ¶
func ValidateAddress(address string) (Version, AddressBytes, error)
ValidateAddress - check the address and return its version
Types ¶
type AddressBytes ¶ added in v0.5.0
type AddressBytes [20]byte
AddressBytes - to hold the fixed-length address bytes
Click to show internal directories.
Click to hide internal directories.