Documentation ¶
Index ¶
- 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 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.