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