Skip to content

ExecuteBatchParameters

ExecuteBatchParameters = object

Defined in: src/actions/wallet/executeBatch.ts:20

Parameters for the executeBatch function.

At least one operation is required; a batch with nothing in it throws rather than spending gas on an empty transaction.

optional creates: CreateEntityParameters[]

Defined in: src/actions/wallet/executeBatch.ts:22

The entities to create.


optional deletes: DeleteEntityParameters[]

Defined in: src/actions/wallet/executeBatch.ts:26

The entities to delete.


optional extensions: ExtendEntityParameters[]

Defined in: src/actions/wallet/executeBatch.ts:28

The expiries to set.


optional ownershipChanges: ChangeOwnershipParameters[]

Defined in: src/actions/wallet/executeBatch.ts:30

The ownership transfers to perform.


optional patches: PatchEntityParameters[]

Defined in: src/actions/wallet/executeBatch.ts:24

The patches to apply.