UNPKG

crypto-ducatus-wallet-core

Version:

A multi-currency support library for address derivation, private key creation, and transaction creation

7 lines 301 B
import { DUCXTxProvider } from '../ducx'; export declare class TransferDUCXToWDUCXProvider extends DUCXTxProvider { getERC20Contract(tokenAddress: any): import("web3/eth/contract").default; create(params: any): string; encodeData(params: any): string; } //# sourceMappingURL=index.d.ts.map