UNPKG

mamam-sdk

Version:

TypeScript interfaces for MamaM

4 lines (3 loc) 233 B
import { PublicKey } from "@solana/web3.js"; import Context from "../types/context"; export declare function findAssociatedTokenAccount(context: Context, tokenMintAddress: PublicKey, owner?: PublicKey): Promise<[PublicKey, number]>;