polkascan / substrate-interface-api

Substrate Interface API Application
https://documenter.getpostman.com/view/9969999/SWT5iLXH?version=latest
GNU General Public License v3.0
4 stars 13 forks source link

Does runtime_createSignaturePayload support batch transaction? #9

Open gutenye opened 3 years ago

gutenye commented 3 years ago

Hi Arjan

Does it support batch transaction? I'm trying to use it with { method: 'runtime_createSignaturePayload', params: [ from, 'Utility', 'batch_all', { calls: [xx] }, tip, era ] }, but not sure which value should I fill in calls.

Best Regards, Guten