MutateEntitiesReturnType
MutateEntitiesReturnType =
object
Defined in: src/actions/wallet/mutateEntities.ts:72
Return type for the mutateEntities function.
- txHash: The transaction hash.
- createdEntities: The keys of the created entities.
- updatedEntities: The keys of the updated entities.
- deletedEntities: The keys of the deleted entities.
- extendedEntities: The keys of the extended entities.
- ownershipChanges: The keys of the ownership changes.
Properties
Section titled “Properties”createdEntities
Section titled “createdEntities”createdEntities:
Hex[]
Defined in: src/actions/wallet/mutateEntities.ts:74
deletedEntities
Section titled “deletedEntities”deletedEntities:
Hex[]
Defined in: src/actions/wallet/mutateEntities.ts:76
extendedEntities
Section titled “extendedEntities”extendedEntities:
Hex[]
Defined in: src/actions/wallet/mutateEntities.ts:77
ownershipChanges
Section titled “ownershipChanges”ownershipChanges:
Hex[]
Defined in: src/actions/wallet/mutateEntities.ts:78
txHash
Section titled “txHash”txHash:
Hash
Defined in: src/actions/wallet/mutateEntities.ts:73
updatedEntities
Section titled “updatedEntities”updatedEntities:
Hex[]
Defined in: src/actions/wallet/mutateEntities.ts:75