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

5 lines (4 loc) 261 B
/** Intrinsic gas for a simple ETH value transfer (no calldata). */ export declare const SIMPLE_TRANSFER_GAS = 21000n; /** Fallback gas limit derived from the calldata function selector. */ export declare function fallbackGasFromCalldata(data: string): bigint;