UNPKG

@bigmi/core

Version:

TypeScript library for Bitcoin apps.

9 lines 292 B
import { getBalance } from './getBalance.js'; import { getTransactionFee } from './getTransactionFee.js'; import { getTransactions } from './getTransactions.js'; export const mempoolMethods = { getBalance, getTransactions, getTransactionFee, }; //# sourceMappingURL=methods.js.map