crypto-ducatus-wallet-core
Version:
A multi-currency support library for address derivation, private key creation, and transaction creation
28 lines • 506 B
TypeScript
export declare const Paths: {
BTC: {
mainnet: string;
livenet: string;
};
BCH: {
mainnet: string;
livenet: string;
};
DUC: {
mainnet: string;
livenet: string;
};
ETH: {
mainnet: string;
livenet: string;
testnet: string;
};
DUCX: {
mainnet: string;
livenet: string;
testnet: string;
};
default: {
testnet: string;
};
};
//# sourceMappingURL=paths.d.ts.map