@phala/typedefs
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -444,2 +444,65 @@ export declare const typesChain: { | ||
}; | ||
export declare const latest: { | ||
Address: string; | ||
LookupSource: string; | ||
EthereumAddress: string; | ||
EcdsaSignature: string; | ||
EthereumTxHash: string; | ||
WorkerStateEnum: { | ||
_enum: { | ||
Empty: null; | ||
Free: null; | ||
Gatekeeper: null; | ||
MiningPending: null; | ||
Mining: string; | ||
MiningStopping: null; | ||
}; | ||
}; | ||
WorkerInfo: { | ||
machineId: string; | ||
pubkey: string; | ||
lastUpdated: string; | ||
state: string; | ||
score: string; | ||
}; | ||
Score: { | ||
overallScore: string; | ||
features: string; | ||
}; | ||
StashInfo: { | ||
controller: string; | ||
payoutPrefs: string; | ||
}; | ||
PayoutPrefs: { | ||
commission: string; | ||
target: string; | ||
}; | ||
BlockRewardInfo: { | ||
seed: string; | ||
onlineTarget: string; | ||
computeTarget: string; | ||
}; | ||
RoundInfo: { | ||
round: string; | ||
startBlock: string; | ||
}; | ||
RoundStats: { | ||
round: string; | ||
onlineWorkers: string; | ||
computeWorkers: string; | ||
fracTargetOnlineReward: string; | ||
totalPower: string; | ||
fracTargetComputeReward: string; | ||
}; | ||
MinerStatsDelta: { | ||
numWorker: string; | ||
numPower: string; | ||
}; | ||
PayoutReason: { | ||
_enum: { | ||
OnlineReward: null; | ||
ComputeReward: null; | ||
}; | ||
}; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.typesChain = void 0; | ||
exports.latest = exports.typesChain = void 0; | ||
var phala_poc3_1 = __importDefault(require("./phala-poc3")); | ||
@@ -22,2 +22,3 @@ var phala_typedef_1 = __importDefault(require("./phala-typedef")); | ||
}; | ||
exports.latest = phala_typedef_1.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@phala/typedefs", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"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
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
35775
787