Builder object for batched transactions.

Type Parameters

Hierarchy (view full)

Constructors

Properties

connection?: C

Methods

  • Add an execute message to the batch.

    Parameters

    • Rest ...args: Parameters<C["execute"]>

    Returns this

  • Add an instantiate message to the batch.

    Parameters

    • Rest ...args: Parameters<C["instantiate"]>

    Returns this

  • Submit the batch.

    Parameters

    • Rest ...args: unknown[]

    Returns Promise<unknown>

  • Add an upload message to the batch.

    Parameters

    • Rest ...args: Parameters<C["upload"]>

    Returns this

Generated using TypeDoc