Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountsCommand ¶ added in v0.2.3
Types ¶
type Transactor ¶
type Transactor struct { TxBuilder types.TxBuilder CliCtx context.CLIContext Key keys.Info // contains filtered or unexported fields }
func NewCliTransactor ¶ added in v0.2.3
func NewCliTransactor(cdc *codec.Codec, cliHome string) (*Transactor, error)
func NewTransactor ¶
func NewTransactor(cliHome, chainID, nodeURI, accAddr, passphrase string, cdc *codec.Codec) (*Transactor, error)
func (*Transactor) AddTxMsg ¶
func (t *Transactor) AddTxMsg(msg sdk.Msg)
AddTxMsg add msg into a queue before actual broadcast
func (*Transactor) CliSendTxMsgWaitMined ¶ added in v0.2.3
func (t *Transactor) CliSendTxMsgWaitMined(msg sdk.Msg)
func (*Transactor) CliSendTxMsgsWaitMined ¶ added in v0.2.3
func (t *Transactor) CliSendTxMsgsWaitMined(msgs []sdk.Msg)
func (*Transactor) Run ¶ added in v0.2.3
func (t *Transactor) Run()
type TransactorPool ¶
type TransactorPool struct {
// contains filtered or unexported fields
}
func NewTransactorPool ¶
func NewTransactorPool(cliHome, chainID string, cdc *codec.Codec) *TransactorPool
func (*TransactorPool) AddTransactor ¶
func (tp *TransactorPool) AddTransactor(transactor *Transactor)
Add transactors to the pool
func (*TransactorPool) AddTransactors ¶
func (tp *TransactorPool) AddTransactors(nodeURI, passphrase string, ts []string) error
Add transactors to the pool
func (*TransactorPool) GetTransactor ¶
func (tp *TransactorPool) GetTransactor() *Transactor
Get a transactor from the pool
Click to show internal directories.
Click to hide internal directories.