New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ocap/types

Package Overview
Dependencies
Maintainers
0
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ocap/types - npm Package Compare versions

Comparing version 1.19.2 to 1.19.3

50

lib/trace-type_pb.d.ts

@@ -1534,2 +1534,52 @@ // package: ocap

export class TokenDistribution extends jspb.Message {
getTokenAddress(): string;
setTokenAddress(value: string): void;
getTxTime(): string;
setTxTime(value: string): void;
getAccount(): string;
setAccount(value: string): void;
getGas(): string;
setGas(value: string): void;
getFee(): string;
setFee(value: string): void;
getSlashedVault(): string;
setSlashedVault(value: string): void;
getStake(): string;
setStake(value: string): void;
getRevokedStake(): string;
setRevokedStake(value: string): void;
getGasStake(): string;
setGasStake(value: string): void;
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): TTokenDistribution;
static toObject(includeInstance: boolean, msg: TokenDistribution): TTokenDistribution;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: TokenDistribution, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): TokenDistribution;
static deserializeBinaryFromReader(message: TokenDistribution, reader: jspb.BinaryReader): TokenDistribution;
}
export type TTokenDistribution = {
tokenAddress: string,
txTime: string,
account: string,
gas: string,
fee: string,
slashedVault: string,
stake: string,
revokedStake: string,
gasStake: string,
}
export interface DirectionMap {

@@ -1536,0 +1586,0 @@ MUTUAL: 0;

4

package.json
{
"name": "@ocap/types",
"version": "1.19.2",
"version": "1.19.3",
"description": "Typescript definitions generated from protobuf",

@@ -42,3 +42,3 @@ "keywords": [

},
"gitHead": "6fd339211e6500fbb5cac6401a25130e629345b9"
"gitHead": "756076dad0df7468beecc95c8effd55f8c4c4f49"
}

Sorry, the diff of this file is too big to display

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