UNPKG

lotus-sdk

Version:

Central repository for several classes of tools for integrating with, and building for, the Lotusia ecosystem

3 lines 189 B
import { Transaction } from '../bitcore/transaction/index.js'; export declare function processTransaction(tx: Transaction | Buffer | string): void; //# sourceMappingURL=transaction.d.ts.map