@waves/waves-transactions
Advanced tools
Comparing version 4.0.0-beta.23 to 4.0.0-beta.24
@@ -9,3 +9,3 @@ "use strict"; | ||
senderPublicKey: validators_1.isPublicKey, | ||
version: validators_1.orEq([undefined, 0, 1, 2]), | ||
version: validators_1.orEq([undefined, 0, 1, 2, 3]), | ||
order1: validators_1.validatePipe(validators_1.isRequired(true), order_1.orderValidator), | ||
@@ -12,0 +12,0 @@ order2: validators_1.validatePipe(validators_1.isRequired(true), order_1.orderValidator), |
{ | ||
"name": "@waves/waves-transactions", | ||
"version": "4.0.0-beta.23", | ||
"version": "4.0.0-beta.24", | ||
"description": "Build and sign(multi-sign) transactions for Waves blockchain.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -18,3 +18,3 @@ import { TRANSACTION_TYPE } from '../transactions' | ||
senderPublicKey: isPublicKey, | ||
version: orEq([undefined, 0, 1, 2]), | ||
version: orEq([undefined, 0, 1, 2, 3]), | ||
order1: validatePipe( | ||
@@ -21,0 +21,0 @@ isRequired(true), |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
913154