TxPage: {
    total: number;
    tx: Tx[];
}

TxPage

Type declaration

  • total: number

    total sum of transactions

  • tx: Tx[]

    List of transactions

Generated using TypeDoc