@waves/marshall
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -150,3 +150,3 @@ "use strict"; | ||
items: new Map([ | ||
['long', txFields.longField('value')], | ||
['integer', txFields.longField('value')], | ||
['binary', { name: '', toBytes: serializePrimitives_1.LEN(serializePrimitives_1.INT)(serializePrimitives_1.BASE64_STRING), fromBytes: parsePrimitives_1.P_BASE64(parsePrimitives_1.P_INT) }], | ||
@@ -153,0 +153,0 @@ ['string', { name: '', toBytes: serializePrimitives_1.LEN(serializePrimitives_1.INT)(serializePrimitives_1.STRING), fromBytes: parsePrimitives_1.P_STRING_VAR(parsePrimitives_1.P_INT) }], |
{ | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"name": "@waves/marshall", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -218,3 +218,3 @@ import { | ||
items: new Map<string, TSchema>([ | ||
['long', longField('value')], | ||
['integer', longField('value')], | ||
['binary', {name: '', toBytes: LEN(INT)(BASE64_STRING), fromBytes: P_BASE64(P_INT)}], | ||
@@ -221,0 +221,0 @@ ['string', {name: '', toBytes: LEN(INT)(STRING), fromBytes: P_STRING_VAR(P_INT)}], |
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
403722