Documentation
¶
Index ¶
Constants ¶
View Source
const ( RegTest = "bchreg" TestNet = "bchtest" MainNet = "bitcoincash" )
List of valid cashaddress prefixes
View Source
const ( P2KH uint8 = 0 P2SH uint8 = 1 )
Valid cashaddress types
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
Address is a struct containing unpacked information relevant to the new address specification.
func Decode ¶
FromCashAddr takes a CashAddr URI string, and returns and unpacked RawAddress, and possible an error.
Click to show internal directories.
Click to hide internal directories.