UNPKG

chaingate

Version:

Multi-chain cryptocurrency SDK for TypeScript — unified API for Bitcoin, Ethereum, Litecoin, Dogecoin, Bitcoin Cash, Polygon, Arbitrum, and any EVM-compatible chain. Create wallets, query balances, send transactions, and manage tokens and NFTs across UTXO

8 lines (7 loc) 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SECRET_WALLET_TYPES = exports.WALLET_TYPES = void 0; /** All supported wallet type identifiers. */ exports.WALLET_TYPES = ['phrase', 'seed', 'xpriv', 'privateKey', 'xpub', 'publicKey']; /** Wallet types that support encryption. */ exports.SECRET_WALLET_TYPES = ['phrase', 'seed', 'xpriv', 'privateKey'];