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) 227 B
import { Connection, PublicKey } from '@solana/web3.js'; export declare function getProgramSignaturesInSlot(connection: Connection, programId: PublicKey, slot: number, maxSupportedTransactionVersion?: number): Promise<string>;