Skip to content

CreateEntityParameters

CreateEntityParameters = object

Defined in: src/actions/wallet/createEntity.ts:16

Parameters for the createEntity function.

  • 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/createEntity.ts:18


contentType: MimeType | string

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


expiresIn: number

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


payload: Uint8Array

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