pendulum-chain / api-solang

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

Expose more parameters from extrinsic submission result to callers #13

Closed ebma closed 2 weeks ago

ebma commented 2 weeks ago

The caller of executeMessage() or the submitExtrinsic() function might be interested in the hash of the extrinsic so that they can check the extrinsic on a blockchain explorer. These functions currently don't expose the necessary data and we should change that.

This is required for https://github.com/pendulum-chain/portal/issues/471.