UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

5 lines (4 loc) 186 B
export declare const getSolanaBalance: (address: string, network?: "mainnet-beta" | "devnet" | "testnet", customRPCUrl?: string) => Promise<{ native: number; nonNative: any; }>;