Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2020 Changes in this version + type Wallet struct + func NewWallet(log logging.Logger, networkID uint32, chainID ids.ID) *Wallet + func (w *Wallet) AddAccount(account spchainvm.Account) + func (w *Wallet) Balance() uint64 + func (w *Wallet) CreateAddress() (ids.ShortID, error) + func (w *Wallet) GenerateTxs(numTxs int) error + func (w *Wallet) ImportKey(sk *crypto.PrivateKeySECP256K1R) + func (w *Wallet) MakeTx() (*spchainvm.Tx, error) + func (w *Wallet) NextTx() *spchainvm.Tx + func (w Wallet) String() string