TxsPage: {
    total: number;
    txs: Tx[];
}

Type definition for a page of transactions.

Type declaration

  • total: number
  • txs: Tx[]

Generated using TypeDoc