Skip to main content
Version: 30.0.x

Interface: HistoricalInstructionFilters

Defined in: src/api/client/types.ts:225

Filters for instructions

Properties

asset?

optional asset?: string | Asset

Defined in: src/api/client/types.ts:233

The asset ID to filter by


identity?

optional identity?: string | Identity

Defined in: src/api/client/types.ts:229

The DID of the identity to filter by


mediator?

optional mediator?: string | Identity

Defined in: src/api/client/types.ts:249

The mediator did to filter by


party?

optional party?: string | Identity

Defined in: src/api/client/types.ts:253

The party did to filter by


receiver?

optional receiver?: string | Identity

Defined in: src/api/client/types.ts:245

The receiver did to filter by


sender?

optional sender?: string | Identity

Defined in: src/api/client/types.ts:241

The sender did to filter by


size?

optional size?: BigNumber

Defined in: src/api/client/types.ts:257

The number of results to return


start?

optional start?: BigNumber

Defined in: src/api/client/types.ts:261

The number of results to skip


status?

optional status?: InstructionStatusEnum

Defined in: src/api/client/types.ts:237

The status to filter by