@abcpros/bitcore-wallet-service
Version:
A service for Mutisig HD Bitcoin Wallets
9 lines • 395 B
TypeScript
import { IChain } from '..';
import { BtcChain } from '../btc';
export declare class DogeChain extends BtcChain implements IChain {
private bitcoreLibDoge;
constructor(bitcoreLibDoge?: any);
selectTxInputs(server: any, txp: any, wallet: any, opts: any, cb: any): any;
getWalletSendMaxInfo(server: any, wallet: any, opts: any, cb: any): void;
}
//# sourceMappingURL=index.d.ts.map