Documentation
¶
Index ¶
- func C32Decode(input string) ([]byte, error)
- func C32Encode(data []byte) string
- func DecodeC32Address(address string) (version byte, hash160 [20]byte, err error)
- func DecodeWithChecksum(c32addr string) (byte, []byte, error)
- func DeserializeAddress(address string) (stacks.AddressVersion, []byte, error)
- func EncodeWithChecksum(version byte, data []byte) (string, error)
- func SerializeAddress(version stacks.AddressVersion, hash160 []byte) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeC32Address ¶
func DecodeWithChecksum ¶ added in v0.2.0
func DeserializeAddress ¶
func DeserializeAddress(address string) (stacks.AddressVersion, []byte, error)
func EncodeWithChecksum ¶ added in v0.2.0
func SerializeAddress ¶
func SerializeAddress(version stacks.AddressVersion, hash160 []byte) (string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.