UNPKG

hadeswap-sdk

Version:

HadeSwap SDK for interacting with protocol

3 lines (2 loc) 183 B
import { web3 } from '@project-serum/anchor'; export declare const getSpecificAccounts: (accountId: string, programId: web3.PublicKey, connection: web3.Connection) => Promise<any[]>;