Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base58Decode ¶
func Base58Encode ¶
func NewKeyPair ¶
func NewKeyPair() (ecdsa.PrivateKey, []byte)
func PublicKeyHash ¶
Types ¶
type Account ¶
type Account struct { PublicKey []byte PrivateKey ecdsa.PrivateKey }
func NewAccount ¶
func NewAccount() *Account
Click to show internal directories.
Click to hide internal directories.