pendulum-chain / api-solang

This is the code for the npm package @pendulum-chain/api-solang
0 stars 0 forks source link

Split extrinsic creation, signing and submission #9

Closed TorstenStueber closed 3 months ago

TorstenStueber commented 4 months ago

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: