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.
Properties
Section titled “Properties”attributes
Section titled “attributes”attributes:
Attribute[]
Defined in: src/actions/wallet/createEntity.ts:18
contentType
Section titled “contentType”contentType:
MimeType|string
Defined in: src/actions/wallet/createEntity.ts:19
expiresIn
Section titled “expiresIn”expiresIn:
number
Defined in: src/actions/wallet/createEntity.ts:20
payload
Section titled “payload”payload:
Uint8Array
Defined in: src/actions/wallet/createEntity.ts:17