Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2019 v0.1.0 May 14, 2019 Changes in this version + type Context struct + Client rpclient.Client + HomeDir string + InputAddresses []common.Address + NodeURI string + Verbose bool + func (ctx *Context) BroadcastTx(tx []byte) (*ctypes.ResultBroadcastTxCommit, error) + func (ctx *Context) GetBalanceByAddress(addr common.Address) (uint64, error) + func (ctx *Context) GetInputAddresses() ([]common.Address, error) + func (ctx *Context) GetNode() (rpclient.Client, error) + func (ctx *Context) GetPassphrase(addr common.Address) (string, error) + func (ctx *Context) Sign(msg []byte, addr common.Address) ([]byte, error) + func (ctx *Context) SignAndBroadcastTx(tx transaction.Transaction, addr common.Address) error + func (ctx *Context) SignAndSimulateTx(tx transaction.Transaction, addr common.Address) ([]byte, error)