Documentation ¶
Index ¶
Constants ¶
View Source
const MaxExecNameLength = 100
Variables ¶
This section is empty.
Functions ¶
func CheckAddress ¶
func ExecPubKey ¶
func ExecPubkey ¶
Types ¶
type Address ¶
type Address struct { Version byte Hash160 [20]byte // For a stealth address: it's HASH160 Checksum []byte // Unused for a stealth address Pubkey []byte // Unused for a stealth address Enc58str string }
func GetExecAddress ¶
func NewAddrFromString ¶
func PubKeyToAddress ¶
Click to show internal directories.
Click to hide internal directories.