@vostokplatform/voting-contract-api
Advanced tools
Comparing version 0.1.0-RC7 to 0.1.0-RC8
@@ -1,14 +0,7 @@ | ||
import { IPointMap } from "./IPointMap"; | ||
export declare type IServerType = "Server" | "MainServer"; | ||
export interface IServer { | ||
dkgScalar: string; | ||
dkgRound: number; | ||
dkgCommit: string; | ||
dkgShadows: IPointMap; | ||
dkgExponents: IPointMap; | ||
pubKey: string; | ||
type: 'server' | 'mainServer'; | ||
description?: string; | ||
type: IServerType; | ||
dkgComplaints: string[]; | ||
pubKey: string; | ||
status: string; | ||
status?: 'active' | 'blocked'; | ||
i?: number; | ||
} |
{ | ||
"name": "@vostokplatform/voting-contract-api", | ||
"version": "0.1.0-RC7", | ||
"version": "0.1.0-RC8", | ||
"description": "", | ||
@@ -26,3 +26,4 @@ "main": "dist/index.js", | ||
"@vostokplatform/waves-api": "1.3.0-RC8", | ||
"moment": "2.24.0" | ||
"moment": "2.24.0", | ||
"clean-webpack-plugin": "^3.0.0" | ||
}, | ||
@@ -29,0 +30,0 @@ "dependencies": {}, |
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
52957
13
1
310