Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base58Encoding ¶
func BytesToAddress ¶
Types ¶
type Transaction ¶
type Wallet ¶
type Wallet struct { PrivKey *ecdsa.PrivateKey Nonce int Balance int }
func GenerateWallet ¶
func GenerateWallet() *Wallet
func ImportWallet ¶
func (*Wallet) ExportWallet ¶
func (*Wallet) NewTransaction ¶
func (w *Wallet) NewTransaction(recipient string, amount, gas int) (Transaction, error)
Click to show internal directories.
Click to hide internal directories.