Skip to main content
Version: 27.0.x

Interface: InstructionPartiesFilters

api/client/types.InstructionPartiesFilters

Filters for instructions

Properties

asset

Optional asset: string | Asset

The asset ID to filter by

Defined in

api/client/types.ts:229


identity

Optional identity: string | Identity

The DID of the identity to filter by

Defined in

api/client/types.ts:225


mediator

Optional mediator: string | Identity

The mediator did to filter by

Defined in

api/client/types.ts:245


party

Optional party: string | Identity

The party did to filter by

Defined in

api/client/types.ts:249


receiver

Optional receiver: string | Identity

The receiver did to filter by

Defined in

api/client/types.ts:241


sender

Optional sender: string | Identity

The sender did to filter by

Defined in

api/client/types.ts:237


size

Optional size: BigNumber

The number of results to return

Defined in

api/client/types.ts:253


start

Optional start: BigNumber

The number of results to skip

Defined in

api/client/types.ts:257


status

Optional status: InstructionStatusEnum

The status to filter by

Defined in

api/client/types.ts:233