Type alias TransactionHistory

TransactionHistory: (ParsedTxnSummary & {
    raw?: ParsedTransactionWithMeta;
})[]

Generated using TypeDoc