Skip to content

UpdateEntityParameters

UpdateEntityParameters = object

Defined in: src/actions/wallet/updateEntity.ts:17

Parameters for the updateEntity function.

  • entityKey: The key of the entity to update.
  • payload: The payload of the entity.
  • attributes: The attributes of the entity.
  • contentType: The content type of the entity.
  • expiresIn: The expires in of the entity in seconds.

attributes: Attribute[]

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


contentType: MimeType | string

Defined in: src/actions/wallet/updateEntity.ts:21


entityKey: Hex

Defined in: src/actions/wallet/updateEntity.ts:18


expiresIn: number

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


payload: Uint8Array

Defined in: src/actions/wallet/updateEntity.ts:19