Interface TransactionListResponse

Transaction list response

Hierarchy

  • TransactionListResponse

Properties

Properties

date: string

The date the transactions are for

The list of transactions

page_info: {
    end_cursor: string;
    has_next_page: boolean;
    start_cursor: null | string;
}

Pagination information

Type declaration

  • end_cursor: string

    Cursor of the last item in the current page

  • has_next_page: boolean

    Whether there are more pages after this one

  • start_cursor: null | string

    Cursor of the first item in the current page, null if first page

Generated using TypeDoc