@dcentralab/common
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
@@ -20,2 +20,8 @@ import { BLOCKCHAIN_TYPES, WALLET_TYPES } from './contants'; | ||
} | ||
export interface JsonRpcPayload { | ||
jsonrpc: string; | ||
method: string; | ||
params?: any[]; | ||
id?: string | number; | ||
} | ||
export interface RequestArguments { | ||
@@ -22,0 +28,0 @@ method: string; |
{ | ||
"name": "@dcentralab/common", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"description": "Dcentralab common constants and utils", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
9705
226