UNPKG

@agentix/plugin-solana-meteora

Version:
9 lines (6 loc) 238 B
import { PluginBase, SolanaWalletBase } from 'agentix'; declare class MeteoraPlugin extends PluginBase<SolanaWalletBase> { constructor(); supportsWallet(wallet: SolanaWalletBase): boolean; } export { MeteoraPlugin as default };