UNPKG

btc-wallet

Version:

BTC Wallet is a toolkit that enables Bitcoin usage on the NEAR blockchain through the Satoshi protocol.

4 lines (3 loc) 195 B
import type { UserOp } from '@particle-network/aa'; export declare const pubKeyToEVMAddress: (pubKey: string) => `0x${string}`; export declare function caculateNativeFee(userOp: UserOp): bigint;