UNPKG
@mcp3/dex-screener
Version:
latest (1.0.8)
next (1.0.8-rc.1)
1.0.8
1.0.8-rc.1
1.0.6-rc.1
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
DexScreener API integration for MCP3
@mcp3/dex-screener
/
build
/
tools
/
index.d.ts
7 lines
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Registration
}
from
"@mcp3/common"
;
/** * Register all DexScreener tools with the Registration *
@param
registration The Registration instance */
export
declare
function
registerTools
(
registration: Registration
):
Promise
<
void
>;
//# sourceMappingURL=index.d.ts.map