UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

5 lines (4 loc) 120 B
import type { Transaction } from './Transaction'; export type Transactions = { transactions: Array<Transaction>; };