Documentation ¶
Index ¶
- func GaiaAppIniter() (ibctesting.TestingApp, map[string]json.RawMessage)
- func OverrideSendMsgs(chains map[string]*ibctesting.TestChain, feeAmount sdk.Coin, gasLimit uint64)
- func SendMsgsOverride(chain *ibctesting.TestChain, feeAmount sdk.Coin, gasLimit uint64, ...) (*sdk.Result, error)
- func SignAndDeliver(chain *ibctesting.TestChain, txCfg client.TxConfig, app *baseapp.BaseApp, ...) (sdk.GasInfo, *sdk.Result, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GaiaAppIniter ¶
func GaiaAppIniter() (ibctesting.TestingApp, map[string]json.RawMessage)
GaiaAppIniter implements ibctesting.AppIniter for the gaia app
func OverrideSendMsgs ¶
SendMsgs() behavior must be changed since the default one uses zero fees
func SendMsgsOverride ¶
func SignAndDeliver ¶
func SignAndDeliver( chain *ibctesting.TestChain, txCfg client.TxConfig, app *baseapp.BaseApp, header tmproto.Header, msgs []sdk.Msg, chainID string, accNums, accSeqs []uint64, expSimPass, expPass bool, feeAmount sdk.Coin, gasLimit uint64, priv ...cryptotypes.PrivKey, ) (sdk.GasInfo, *sdk.Result, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.