Socket
Socket
Sign inDemoInstall

@ocap/types

Package Overview
Dependencies
1
Maintainers
3
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.18.92 to 1.18.93

44

lib/trace-type_pb.d.ts

@@ -7,2 +7,3 @@ // package: ocap

import * as type_pb from "./type_pb";
import * as state_pb from "./state_pb";
import * as enum_pb from "./enum_pb";

@@ -1371,2 +1372,45 @@ import * as tx_pb from "./tx_pb";

export class IndexedDelegationState extends jspb.Message {
getAddress(): string;
setAddress(value: string): void;
getFrom(): string;
setFrom(value: string): void;
getTo(): string;
setTo(value: string): void;
getGenesisTime(): string;
setGenesisTime(value: string): void;
getRenaissanceTime(): string;
setRenaissanceTime(value: string): void;
getOpsMap(): jspb.Map<string, state_pb.DelegateOpState>;
clearOpsMap(): void;
hasData(): boolean;
clearData(): void;
getData(): google_protobuf_any_pb.Any | undefined;
setData(value?: google_protobuf_any_pb.Any): void;
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): TIndexedDelegationState;
static toObject(includeInstance: boolean, msg: IndexedDelegationState): TIndexedDelegationState;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: IndexedDelegationState, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): IndexedDelegationState;
static deserializeBinaryFromReader(message: IndexedDelegationState, reader: jspb.BinaryReader): IndexedDelegationState;
}
export type TIndexedDelegationState = {
address: string,
from: string,
to: string,
genesisTime: string,
renaissanceTime: string,
opsMap: Array<[string, state_pb.TDelegateOpState]>,
data?: google_protobuf_any_pb.Any,
}
export interface DirectionMap {

@@ -1373,0 +1417,0 @@ MUTUAL: 0;

4

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

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

},
"gitHead": "166a276e6865f140e5eed88aced8a4ad39186a74"
"gitHead": "de8cc73243a1d3d27c9ecc6af6a7892a3e0c683a"
}

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc