Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
An Address represents a public address on a Substrate blockchain. It can be the address of an external account, or the address of a smart contract.
type AddressDecoder ¶
The AddressDecoder defines an interface for decoding string representations of Substrate address into the concrete Address type.
func NewAddressDecoder ¶
func NewAddressDecoder() AddressDecoder
NewAddressDecoder returns the default AddressDecoder for Substract chains. It uses the Bitcoin base58 alphabet to decode the string, and interprets the result as a 2-byte address type, 32-byte array, and 1-byte checksum.
Click to show internal directories.
Click to hide internal directories.