UNPKG

@goat-sdk/plugin-opensea

Version:

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

10 lines (7 loc) 258 B
import { PluginBase } from '@goat-sdk/core'; declare class OpenseaPlugin extends PluginBase { constructor(apiKey: string); supportsChain: () => boolean; } declare const opensea: (apiKey: string) => OpenseaPlugin; export { OpenseaPlugin, opensea };