Request options for the Get contracts endpoint

Hierarchy

  • GetContractsRequest

Properties

partyAddresses?: Branded<string, AddressBech32Brand>[]

Optional partyAddresses to filter the contracts by.

partyRoles?: {
    assetName: string;
    policyId: Branded<string, PolicyIdBrand>;
}[]

Optional partyRoles to filter the contracts by.

Type declaration

range?: Branded<string, ItemRangeBrand>

Optional pagination request. Note that when you call Get contracts the response includes the next and previous range headers.

tags?: string[]

Optional tags to filter the contracts by.