PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@substrate/txwrapper-substrate/lib/methods/utility
Просмотр файла: batchAll.d.ts
import { BaseTxInfo, OptionsWithMeta, UnsignedTransaction } from '@substrate/txwrapper-core';
import { UtilityBatch } from './batch';
/**
* Send a batch of dispatch calls and atomically execute them.
* The whole transaction will rollback and fail if any of the calls fail.
*
* May be called from any origin.
*
* If origin is root then calls are dispatch without checking origin filter.
* (This includes bypassing `frame_system::Config::BaseCallFilter`).
*
* @param args
* @param info
* @param options
*/
export declare function batchAll(args: UtilityBatch, info: BaseTxInfo, options: OptionsWithMeta): UnsignedTransaction;
Выполнить команду
Для локальной разработки. Не используйте в интернете!