Robin
Results
1
issues of
Robin
See my previous comment for reference: https://github.com/polkadot-js/tools/issues/174#issuecomment-704054933 After some digging, here's how the api generates a signature from an extrinsicPayload: `const { signature } = extrinsicPayload.sign(myKeyringPair);` which is equal to:...