@replicode/parallax
Advanced tools
Comparing version 1.1.85 to 1.1.86
@@ -217,3 +217,11 @@ export declare namespace Parallax { | ||
} | ||
interface NewHeadData { | ||
block: number; | ||
nftTransfers: NFTTransfer[]; | ||
} | ||
interface SocketMessage<T> { | ||
event: string; | ||
data: T; | ||
} | ||
} | ||
//# sourceMappingURL=parallax.model.d.ts.map |
{ | ||
"name": "@replicode/parallax", | ||
"version": "1.1.85", | ||
"version": "1.1.86", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -238,2 +238,12 @@ | ||
export interface NewHeadData { | ||
block: number, | ||
nftTransfers: NFTTransfer[] | ||
} | ||
export interface SocketMessage<T> { | ||
event: string | ||
data: T | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
44507
1015