Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@bithighlander/device-protocol

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bithighlander/device-protocol - npm Package Compare versions

Comparing version
7.14.0
to
7.14.1
+78
-0
lib/messages-zcash_pb.d.ts

@@ -89,2 +89,7 @@ // package:

hasNTransparentInputs(): boolean;
clearNTransparentInputs(): void;
getNTransparentInputs(): number | undefined;
setNTransparentInputs(value: number): void;
serializeBinary(): Uint8Array;

@@ -116,2 +121,3 @@ toObject(includeInstance?: boolean): ZcashSignPCZT.AsObject;

orchardAnchor: Uint8Array | string,
nTransparentInputs?: number,
}

@@ -370,1 +376,73 @@ }

export class ZcashTransparentInput extends jspb.Message {
hasIndex(): boolean;
clearIndex(): void;
getIndex(): number | undefined;
setIndex(value: number): void;
hasSighash(): boolean;
clearSighash(): void;
getSighash(): Uint8Array | string;
getSighash_asU8(): Uint8Array;
getSighash_asB64(): string;
setSighash(value: Uint8Array | string): void;
clearAddressNList(): void;
getAddressNList(): Array<number>;
setAddressNList(value: Array<number>): void;
addAddressN(value: number, index?: number): number;
hasAmount(): boolean;
clearAmount(): void;
getAmount(): number | undefined;
setAmount(value: number): void;
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): ZcashTransparentInput.AsObject;
static toObject(includeInstance: boolean, msg: ZcashTransparentInput): ZcashTransparentInput.AsObject;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: ZcashTransparentInput, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): ZcashTransparentInput;
static deserializeBinaryFromReader(message: ZcashTransparentInput, reader: jspb.BinaryReader): ZcashTransparentInput;
}
export namespace ZcashTransparentInput {
export type AsObject = {
index?: number,
sighash: Uint8Array | string,
addressNList: Array<number>,
amount?: number,
}
}
export class ZcashTransparentSig extends jspb.Message {
hasSignature(): boolean;
clearSignature(): void;
getSignature(): Uint8Array | string;
getSignature_asU8(): Uint8Array;
getSignature_asB64(): string;
setSignature(value: Uint8Array | string): void;
hasNextIndex(): boolean;
clearNextIndex(): void;
getNextIndex(): number | undefined;
setNextIndex(value: number): void;
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): ZcashTransparentSig.AsObject;
static toObject(includeInstance: boolean, msg: ZcashTransparentSig): ZcashTransparentSig.AsObject;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: ZcashTransparentSig, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): ZcashTransparentSig;
static deserializeBinaryFromReader(message: ZcashTransparentSig, reader: jspb.BinaryReader): ZcashTransparentSig;
}
export namespace ZcashTransparentSig {
export type AsObject = {
signature: Uint8Array | string,
nextIndex?: number,
}
}
+2
-2
{
"name": "@bithighlander/device-protocol",
"version": "7.14.0",
"version": "7.14.1",
"publishConfig": {

@@ -19,3 +19,3 @@ "access": "public"

"type": "git",
"url": "git@gitlab.keepkey.com:client-software/device-protocol.git"
"url": "https://github.com/BitHighlander/device-protocol.git"
},

@@ -22,0 +22,0 @@ "author": "",

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

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

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

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

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

Sorry, the diff of this file is not supported yet

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

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

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

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