UNPKG

@agentix/plugin-solana-solayer

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