The executeMessage and deployContract functions have three steps: 1) create an extrinsic, 2) sign it, 3) submit it to the chain.
For some use cases it is required to split these steps and create and sign an extrinsic first and submit it at a later point. For that reason add the following new functions:
The
executeMessage
anddeployContract
functions have three steps: 1) create an extrinsic, 2) sign it, 3) submit it to the chain.For some use cases it is required to split these steps and create and sign an extrinsic first and submit it at a later point. For that reason add the following new functions:
createExecuteMessageExtrinsic
signExecuteMessageExtrinsic
submitExecuteMessageExtrinsic