UNPKG

@agentix/plugin-solana-solutiofi

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