UNPKG

@particle-network/authkit

Version:

Auth Core provides MPC (Multi-Party Computation)-based threshold signatures.

6 lines (5 loc) 201 B
import type { PublicKey } from '@solana/web3.js'; declare const solana: { findAssociatedTokenAddress(walletAddress: string, tokenMintAddress: string): Promise<PublicKey>; }; export default solana;