@vostokplatform/signature-generator
Advanced tools
Comparing version 1.7.1 to 1.7.2-RC1
@@ -32,2 +32,3 @@ export declare const PERMISSION_TRANSACTION_ROLE: { | ||
ISSUE = 3, | ||
ISSUE_NO_SCRIPT = 3, | ||
TRANSFER = 4, | ||
@@ -59,2 +60,3 @@ REISSUE = 5, | ||
ISSUE = "issue", | ||
ISSUE_NO_SCRIPT = "issue_no_script", | ||
TRANSFER = "transfer", | ||
@@ -86,2 +88,3 @@ REISSUE = "reissue", | ||
ISSUE = 2, | ||
ISSUE_NO_SCRIPT = 3, | ||
TRANSFER = 2, | ||
@@ -88,0 +91,0 @@ REISSUE = 2, |
@@ -176,2 +176,3 @@ export interface ISignatureGenerator { | ||
issue: ISignatureGeneratorConstructor<IISSUE_PROPS>; | ||
issue_no_script: ISignatureGeneratorConstructor<IISSUE_PROPS>; | ||
transfer: ISignatureGeneratorConstructor<ITRANSFER_PROPS>; | ||
@@ -178,0 +179,0 @@ reissue: ISignatureGeneratorConstructor<IREISSUE_PROPS>; |
@@ -164,2 +164,18 @@ "use strict"; | ||
exports.TX_TYPE_MAP["issue" /* ISSUE */] = ISSUE; | ||
var ISSUE_NO_SCRIPT = generate([ | ||
3 /* ISSUE */, | ||
2 /* ISSUE */, | ||
new __1.Byte('chainId'), | ||
new __1.Base58('senderPublicKey'), | ||
new __1.StringWithLength('name'), | ||
new __1.StringWithLength('description'), | ||
new __1.Long('quantity'), | ||
new __1.Byte('precision'), | ||
new __1.Bool('reissuable'), | ||
new __1.Long('fee'), | ||
new __1.Long('timestamp'), | ||
0, | ||
]); | ||
exports.TX_NUMBER_MAP[3 /* ISSUE_NO_SCRIPT */] = ISSUE_NO_SCRIPT; | ||
exports.TX_TYPE_MAP["issue_no_script" /* ISSUE_NO_SCRIPT */] = ISSUE_NO_SCRIPT; | ||
var TRANSFER = generate([ | ||
@@ -166,0 +182,0 @@ 4 /* TRANSFER */, |
{ | ||
"name": "@vostokplatform/signature-generator", | ||
"version": "1.7.1", | ||
"version": "1.7.2-RC1", | ||
"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
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5998731
102502
4