UNPKG

@goat-sdk/plugin-plunderswap

Version:

<div align="center"> <a href="https://github.com/goat-sdk/goat">

11 lines (8 loc) 347 B
import * as _goat_sdk_core from '@goat-sdk/core'; import { PluginBase, Chain } from '@goat-sdk/core'; declare class PlunderSwapPlugin extends PluginBase { constructor(); supportsChain: (chain: Chain) => chain is _goat_sdk_core.ZilliqaChain; } declare function plunderswap(): PlunderSwapPlugin; export { PlunderSwapPlugin, plunderswap };