@nftperp/sdk
Advanced tools
Comparing version 3.9.2 to 3.9.3
{ | ||
"name": "@nftperp/sdk", | ||
"version": "3.9.2", | ||
"version": "3.9.3", | ||
"description": "SDK for nftperp protocol", | ||
@@ -5,0 +5,0 @@ "main": "sdk.js", |
@@ -228,3 +228,3 @@ import { Overrides, Wallet } from "ethers"; | ||
*/ | ||
on<T = any>(event: EVENT, callback: (data: StatsApiResponse<T>) => any): void; | ||
on(event: EVENT, callback: (data: any) => any): void; | ||
/** | ||
@@ -231,0 +231,0 @@ * Get supported Amms |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1094399