Documentation ¶
Index ¶
- func DefaultMigalooAppFactory(t *testing.T, valSet *tmtypes.ValidatorSet, genAccs []authtypes.GenesisAccount, ...) wasmibctesting.ChainApp
- func ExecViaReflectContract(t *testing.T, chain *ibctesting.TestChain, contractAddr sdk.AccAddress, ...) (*sdk.Result, error)
- func InstantiateReflectContract(t *testing.T, chain *ibctesting.TestChain) sdk.AccAddress
- func MustExecViaReflectContract(t *testing.T, chain *ibctesting.TestChain, contractAddr sdk.AccAddress, ...) *sdk.Result
- func MustExecViaStargateReflectContract[T sdkMessageType](t *testing.T, chain *ibctesting.TestChain, contractAddr sdk.AccAddress, ...) *sdk.Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultMigalooAppFactory ¶
func DefaultMigalooAppFactory(t *testing.T, valSet *tmtypes.ValidatorSet, genAccs []authtypes.GenesisAccount, chainID string, opts []wasmkeeper.Option, balances ...banktypes.Balance) wasmibctesting.ChainApp
DefaultMigalooAppFactory instantiates and sets up the default Migaloo app
func ExecViaReflectContract ¶
func ExecViaReflectContract(t *testing.T, chain *ibctesting.TestChain, contractAddr sdk.AccAddress, msgs []wasmvmtypes.CosmosMsg) (*sdk.Result, error)
ExecViaReflectContract submit execute message to send payload to reflect contract
func InstantiateReflectContract ¶
func InstantiateReflectContract(t *testing.T, chain *ibctesting.TestChain) sdk.AccAddress
InstantiateReflectContract store and instantiate a reflect contract instance
func MustExecViaReflectContract ¶
func MustExecViaReflectContract(t *testing.T, chain *ibctesting.TestChain, contractAddr sdk.AccAddress, msgs ...wasmvmtypes.CosmosMsg) *sdk.Result
MustExecViaReflectContract submit execute message to send payload to reflect contract
func MustExecViaStargateReflectContract ¶
func MustExecViaStargateReflectContract[T sdkMessageType](t *testing.T, chain *ibctesting.TestChain, contractAddr sdk.AccAddress, msgs ...T) *sdk.Result
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.