@bithighlander/device-protocol
Advanced tools
@@ -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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
73095
0.91%2344876
-44.13%35
-31.37%