UNPKG

@bigmi/core

Version:

TypeScript library for Bitcoin apps.

11 lines 354 B
import { getBalance } from './getBalance.js'; import { getTransactionFee } from './getTransactionFee.js'; import { getUTXOs } from './getUTXOs.js'; import { getXPubAddresses } from './getXPubAddresses.js'; export const blockchairMethods = { getBalance, getUTXOs, getTransactionFee, getXPubAddresses, }; //# sourceMappingURL=methods.js.map