Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@phala/typedefs

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phala/typedefs - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

63

dist/index.d.ts

@@ -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

3

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc