UNPKG

@nextrope/xrpl

Version:

A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

8 lines 349 B
import { Batch } from '../models'; import { Wallet } from '.'; export declare function signMultiBatch(wallet: Wallet, transaction: Batch, opts?: { batchAccount?: string; multisign?: boolean | string; }): void; export declare function combineBatchSigners(transactions: Array<Batch | string>): string; //# sourceMappingURL=batchSigner.d.ts.map