set Execute Msg Bytes
open fun setExecuteMsgBytes(value: ByteString): Cosmos.Message.WasmTerraExecuteContractGeneric.Builder
execute_msg to be executed in the context of recipient contract
Content copied to clipboard
string execute_msg = 3;
Return
This builder for chaining.
Parameters
value
The bytes for executeMsg to set.