Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Address ¶
type Address struct {
// contains filtered or unexported fields
}
Address defines the address as string
type Base58 ¶
Base58 type defines the structure of an address legacy or wrapped segwit
func FromBase58 ¶
FromBase58 decodes a string that was base58 encoded and verifies the checksum.
type Bech32 ¶
Bech32 defines the structure of an address native segwit
func FromBech32 ¶
FromBech32 decodes a bech32 encoded string, returning the human-readable part and the data part excluding the checksum.
Click to show internal directories.
Click to hide internal directories.