UNPKG

based-auth

Version:

A Next.js/Node.js authentication and wallet API kit for Ethereum and Solana, with utilities for serialization and contract interaction, designed for serverless and API route usage.

3 lines (2 loc) 197 B
export declare function GetNativePrice(chainId: number, time?: number): Promise<bigint>; export declare function GetAllNativePrices(ids?: number[], time?: number): Promise<Record<string, bigint>>;