Documentation ¶
Overview ¶
Package address provides functionality for parsing and manipulating Tron addresses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Zero = Address([21]byte{})
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address [21]byte
Address is a public identifier for an account that exists on the Tron network.
func FromBase16 ¶
FromBase16 parses a base 16 (hexadecimal) string into an address.
func FromBase58 ¶
FromBase58 parses a base 58 checked string into an address.
func FromPublicKey ¶
func (*Address) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.