@vostokplatform/signature-generator
Advanced tools
Comparing version 2.0.0-RC10 to 2.0.0-RC11
@@ -58,4 +58,4 @@ import { BigNumber } from '@waves/data-entities'; | ||
export declare class ByteArrayWithSize extends ByteProcessor<Uint8Array | string> { | ||
private limit; | ||
constructor(required: boolean, limit: number); | ||
private readonly limit?; | ||
constructor(required: boolean, limit?: number); | ||
getValidationError(value: Uint8Array | string): string; | ||
@@ -62,0 +62,0 @@ getBytes(value: Uint8Array | string): Promise<Uint8Array>; |
@@ -263,3 +263,5 @@ "use strict"; | ||
var _this = _super.call(this, required) || this; | ||
_this.limit = limit; | ||
if (limit) { | ||
_this.limit = limit; | ||
} | ||
return _this; | ||
@@ -266,0 +268,0 @@ } |
{ | ||
"name": "@vostokplatform/signature-generator", | ||
"version": "2.0.0-RC10", | ||
"version": "2.0.0-RC11", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
5946333
101452