interface PlayerInventoryListQueries {
    chainId: number;
    contract?: string[];
    id: string;
    limit?: number;
    order?: SortOrder;
    skip?: number;
}

Hierarchy (view full)

Properties

chainId: number

Filter by chain id.

contract?: string[]

Filter by contract ID (starts with con_).

id: string
limit?: number

Specifies the maximum number of records to return.

order?: SortOrder
skip?: number

Specifies the offset for the first records to return.