MsgExecuteContractAminoArgs constructor

MsgExecuteContractAminoArgs(
  1. MsgExecuteContractValueAminoArgs value
)

Implementation

MsgExecuteContractAminoArgs(this.value) {
  type = WasmConstants.WASM_MSG_EXECUTE_CONTRACT;
}