Versions in this module Expand all Collapse all v0 v0.4.1 Dec 25, 2018 v0.4.0 Dec 24, 2018 Changes in this version + const COINNAME + const COINS_FETCH_RESULT_ERR + const COINS_PARA_LEN_ERR + const COINS_PRIV_ERR + const COINS_QUERY_ERR + const COINS_SENDTX_ERR + func DispatchAOE(cdc *wire.Codec, ctx *config.CLIConfig, ...) string + func DispatchAOECmd(cdc *wire.Codec) *cobra.Command + func DispatchSend(cdc *wire.Codec, ctx *config.CLIConfig, privkey string, to []types.Address, ...) string + func GetCoins(cdc *wire.Codec, ctx *context.CLIContext, tx string) string + func GetResultKey(heigth1 string, tx1 string) string + func QueryCoinsCmd(cdc *wire.Codec) *cobra.Command + type CoinsStub struct + func NewCoinsStub() CoinsStub + func (cstub CoinsStub) CustomerQuery(ctx ctx.Context, route []string, req abci.RequestQuery) (res []byte, err types.Error) + func (cstub CoinsStub) EndBlockNotify(ctx context.Context) + func (cstub CoinsStub) Name() string + func (cstub CoinsStub) RegisterCdc(cdc *go_amino.Codec) + func (cstub CoinsStub) ResultNotify(ctx context.Context, txQcpResult interface{}) *types.Result + func (cstub CoinsStub) StartX(base *baseapp.QstarsBaseApp) error + type DispatchAOETx struct + Address []types.Address + CausesCode []string + CausesStr []string + CoinAmount []types.BigInt + From types.Address + Gas types.BigInt + Wrapper *txs.TxStd + func NewDispatchAOE(Wrapper *txs.TxStd, From types.Address, to []types.Address, ...) DispatchAOETx + func (tx DispatchAOETx) CalcGas() types.BigInt + func (tx DispatchAOETx) Exec(ctx context.Context) (result types.Result, crossTxQcps *txs.TxQcp) + func (tx DispatchAOETx) GetGasPayer() types.Address + func (tx DispatchAOETx) GetSignData() (ret []byte) + func (tx DispatchAOETx) GetSigner() []types.Address + func (tx DispatchAOETx) Name() string + func (tx DispatchAOETx) ValidateData(ctx context.Context) error