@phala/typedefs
Advanced tools
Comparing version 0.2.13 to 0.2.14
@@ -185,3 +185,3 @@ import khala from './khala'; | ||
rho: string; | ||
budgetPerSec: string; | ||
budgetPerBlock: string; | ||
vMax: string; | ||
@@ -191,2 +191,3 @@ costK: string; | ||
slashRate: string; | ||
treasuryRatio: string; | ||
heartbeatWindow: string; | ||
@@ -366,3 +367,3 @@ rigK: string; | ||
rho: string; | ||
budgetPerSec: string; | ||
budgetPerBlock: string; | ||
vMax: string; | ||
@@ -372,2 +373,3 @@ costK: string; | ||
slashRate: string; | ||
treasuryRatio: string; | ||
heartbeatWindow: string; | ||
@@ -374,0 +376,0 @@ rigK: string; |
@@ -158,3 +158,3 @@ declare const _default: { | ||
rho: string; | ||
budgetPerSec: string; | ||
budgetPerBlock: string; | ||
vMax: string; | ||
@@ -164,2 +164,3 @@ costK: string; | ||
slashRate: string; | ||
treasuryRatio: string; | ||
heartbeatWindow: string; | ||
@@ -166,0 +167,0 @@ rigK: string; |
@@ -161,3 +161,3 @@ "use strict"; | ||
"rho": "U64F64Bits", | ||
"budgetPerSec": "U64F64Bits", | ||
"budgetPerBlock": "U64F64Bits", | ||
"vMax": "U64F64Bits", | ||
@@ -167,2 +167,3 @@ "costK": "U64F64Bits", | ||
"slashRate": "U64F64Bits", | ||
"treasuryRatio": "U64F64Bits", | ||
"heartbeatWindow": "u32", | ||
@@ -169,0 +170,0 @@ "rigK": "U64F64Bits", |
{ | ||
"name": "@phala/typedefs", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
81029
2190