RepositoryParity.io
  • Preparing search index...
  • The search index is not available
txwrapper-core
  • txwrapper-core
  • txwrapper-substrate/src/methods/utility/batchAll
  • batchAll

Function batchAll

  • batchAll(args, info, options): UnsignedTransaction
  • 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).

    Parameters

    • args: UtilityBatch
    • info: BaseTxInfo
    • options: OptionsWithMeta

    Returns UnsignedTransaction

    • Defined in txwrapper-substrate/src/methods/utility/batchAll.ts:23

Settings

Member Visibility
RepositoryParity.io
txwrapper-core
  • Loading...