UNPKG

fbonds-core

Version:

Banx protocol sdk

6 lines (5 loc) 222 B
import { web3 } from '@coral-xyz/anchor'; export declare const getOldBanxStakingAccounts: (programId: web3.PublicKey, connection: web3.Connection) => Promise<{ adventures: any[]; adventureSubscriptions: any[]; }>;