@vostokplatform/signature-generator
Advanced tools
Comparing version 1.3.9 to 1.3.10
@@ -9,3 +9,4 @@ "use strict"; | ||
BLACKLISTER: 'blacklister', | ||
BANNED: 'banned' | ||
BANNED: 'banned', | ||
CONTRACT_DEVELOPER: 'contract_developer' | ||
}; | ||
@@ -18,3 +19,4 @@ exports.PERMISSION_TRANSACTION_ROLE_BYTE = { | ||
BLACKLISTER: 5, | ||
BANNED: 6 | ||
BANNED: 6, | ||
CONTRACT_DEVELOPER: 7 | ||
}; | ||
@@ -21,0 +23,0 @@ var PERMISSION_TRANSACTION_OPERATION_TYPE_ADD_BYTE = 'a'.charCodeAt(0); |
@@ -251,3 +251,2 @@ "use strict"; | ||
new __1.Base58('senderPublicKey'), | ||
new __1.Base58('authorPublicKey'), | ||
new __1.DataEntries('data'), | ||
@@ -254,0 +253,0 @@ new __1.Long('timestamp'), |
{ | ||
"name": "@vostokplatform/signature-generator", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -9,3 +9,4 @@ "use strict"; | ||
BLACKLISTER: 'blacklister', | ||
BANNED: 'banned' | ||
BANNED: 'banned', | ||
CONTRACT_DEVELOPER: 'contract_developer' | ||
}; | ||
@@ -18,3 +19,4 @@ exports.PERMISSION_TRANSACTION_ROLE_BYTE = { | ||
BLACKLISTER: 5, | ||
BANNED: 6 | ||
BANNED: 6, | ||
CONTRACT_DEVELOPER: 7 | ||
}; | ||
@@ -21,0 +23,0 @@ const PERMISSION_TRANSACTION_OPERATION_TYPE_ADD_BYTE = 'a'.charCodeAt(0); |
@@ -7,3 +7,4 @@ export const PERMISSION_TRANSACTION_ROLE = { | ||
BLACKLISTER: 'blacklister', | ||
BANNED: 'banned' | ||
BANNED: 'banned', | ||
CONTRACT_DEVELOPER: 'contract_developer' | ||
}; | ||
@@ -17,3 +18,4 @@ | ||
BLACKLISTER: 5, | ||
BANNED: 6 | ||
BANNED: 6, | ||
CONTRACT_DEVELOPER: 7 | ||
}; | ||
@@ -20,0 +22,0 @@ |
@@ -84,3 +84,2 @@ // import {PERMISSION_TRANSACTION_ROLE, PERMISSION_TRANSACTION_OPERATION_TYPE} from '../constants' | ||
export interface IDATA_PROPS extends IDEFAULT_PROPS { | ||
authorPublicKey: string; | ||
data: Array<IDATA_ENTRY>; | ||
@@ -127,3 +126,3 @@ fee: string; | ||
key: string; | ||
type: string; | ||
type: number; | ||
value: any; | ||
@@ -130,0 +129,0 @@ } |
@@ -246,3 +246,2 @@ "use strict"; | ||
new __1.Base58('senderPublicKey'), | ||
new __1.Base58('authorPublicKey'), | ||
new __1.DataEntries('data'), | ||
@@ -249,0 +248,0 @@ new __1.Long('timestamp'), |
@@ -309,3 +309,2 @@ import { | ||
new Base58('senderPublicKey'), | ||
new Base58('authorPublicKey'), | ||
new DataEntries('data'), | ||
@@ -312,0 +311,0 @@ new Long('timestamp'), |
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
6211041
108907