Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base58Decode ¶
func Base58Encode ¶
func NewKeyPair ¶
func NewKeyPair() (ecdsa.PrivateKey, []byte)
Types ¶
type Wallet ¶
type Wallet struct { PrivateKey ecdsa.PrivateKey //elliptical curve digital signing algo PublicKey []byte }
func MakeWallet ¶
func MakeWallet() *Wallet
Click to show internal directories.
Click to hide internal directories.