PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@substrate/txwrapper-substrate/lib/methods/utility

Просмотр файла: batch.d.ts

import { Args, BaseTxInfo, OptionsWithMeta, UnsignedTransaction } from '@substrate/txwrapper-core';
export interface UtilityBatch extends Args {
    /**
     * The calls to be dispatched from the same origin.
     * To take advantage of txwrapper methods, this could be an array of
     * UnsignedTransaction.method.
     */
    calls: ({
        callIndex?: string;
        args?: string;
    } | string)[];
}
export declare function batch(args: UtilityBatch, info: BaseTxInfo, options: OptionsWithMeta): UnsignedTransaction;

Выполнить команду


Для локальной разработки. Не используйте в интернете!