interface AccountInventoryListQueries {
    contractId?: string[];
    id: string;
    limit?: number;
    order?: SortOrder;
    skip?: number;
}

Hierarchy (view full)

Properties

contractId?: string[]
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.