MutateEntitiesParameters
MutateEntitiesParameters =
object
Defined in: src/actions/wallet/mutateEntities.ts:20
Parameters for the mutateEntities function.
At least one operation is required; a batch with nothing in it throws rather than spending gas on an empty transaction.
Properties
Section titled “Properties”creates?
Section titled “creates?”
optionalcreates:CreateEntityParameters[]
Defined in: src/actions/wallet/mutateEntities.ts:22
The entities to create.
deletes?
Section titled “deletes?”
optionaldeletes:DeleteEntityParameters[]
Defined in: src/actions/wallet/mutateEntities.ts:26
The entities to delete.
extensions?
Section titled “extensions?”
optionalextensions:ExtendEntityParameters[]
Defined in: src/actions/wallet/mutateEntities.ts:28
The expiries to set.
ownershipChanges?
Section titled “ownershipChanges?”
optionalownershipChanges:ChangeOwnershipParameters[]
Defined in: src/actions/wallet/mutateEntities.ts:30
The ownership transfers to perform.
patches?
Section titled “patches?”
optionalpatches:PatchEntityParameters[]
Defined in: src/actions/wallet/mutateEntities.ts:24
The patches to apply.