UNPKG

@m3s/wallet

Version:

A flexible wallet interface supporting multiple blockchain wallet types, including EVM wallets and Web3Auth integration

3 lines 200 B
export declare function toWei(value: string | number | bigint, decimals: number): string; export declare function toBigInt(value: string | number | bigint): bigint; //# sourceMappingURL=units.d.ts.map