Interface AccountTokenSnapshotLogsQuery

interface AccountTokenSnapshotLogsQuery {
    block?: Block_Height;
    chainId: number;
    filter?: AccountTokenSnapshotLog_Filter;
    order?: Ordering<AccountTokenSnapshotLog_OrderBy>;
    pagination?: Paging;
}

Hierarchy (view full)

Properties

block?: Block_Height
chainId: number
pagination?: Paging

Generated using TypeDoc