Interface: HistoricalInstructionFilters
Defined in: src/api/client/types.ts:225
Filters for instructions
Properties
asset?
optionalasset?:string|Asset
Defined in: src/api/client/types.ts:233
The asset ID to filter by
identity?
optionalidentity?:string|Identity
Defined in: src/api/client/types.ts:229
The DID of the identity to filter by
mediator?
optionalmediator?:string|Identity
Defined in: src/api/client/types.ts:249
The mediator did to filter by
party?
optionalparty?:string|Identity
Defined in: src/api/client/types.ts:253
The party did to filter by
receiver?
optionalreceiver?:string|Identity
Defined in: src/api/client/types.ts:245
The receiver did to filter by
sender?
optionalsender?:string|Identity
Defined in: src/api/client/types.ts:241
The sender did to filter by
size?
optionalsize?:BigNumber
Defined in: src/api/client/types.ts:257
The number of results to return
start?
optionalstart?:BigNumber
Defined in: src/api/client/types.ts:261
The number of results to skip
status?
optionalstatus?:InstructionStatusEnum
Defined in: src/api/client/types.ts:237
The status to filter by