@aldiokta/protocgen 1.0.29 → 1.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -8513,7 +8513,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.toO
|
|
|
8513
8513
|
*/
|
|
8514
8514
|
proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.toObject = function(includeInstance, msg) {
|
|
8515
8515
|
var f, obj = {
|
|
8516
|
-
|
|
8516
|
+
transactionField: (f = msg.getTransactionField()) && proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.toObject(includeInstance, f),
|
|
8517
8517
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
8518
8518
|
};
|
|
8519
8519
|
|
|
@@ -8552,9 +8552,9 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.deserializeBi
|
|
|
8552
8552
|
var field = reader.getFieldNumber();
|
|
8553
8553
|
switch (field) {
|
|
8554
8554
|
case 1:
|
|
8555
|
-
var value = new proto.prisca.v1.core.transaction_builder.
|
|
8556
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.
|
|
8557
|
-
msg.
|
|
8555
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase;
|
|
8556
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.deserializeBinaryFromReader);
|
|
8557
|
+
msg.setTransactionField(value);
|
|
8558
8558
|
break;
|
|
8559
8559
|
case 2:
|
|
8560
8560
|
var value = new prisca_v1_global_meta_meta_pb.Meta;
|
|
@@ -8590,12 +8590,12 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.ser
|
|
|
8590
8590
|
*/
|
|
8591
8591
|
proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.serializeBinaryToWriter = function(message, writer) {
|
|
8592
8592
|
var f = undefined;
|
|
8593
|
-
f = message.
|
|
8593
|
+
f = message.getTransactionField();
|
|
8594
8594
|
if (f != null) {
|
|
8595
8595
|
writer.writeMessage(
|
|
8596
8596
|
1,
|
|
8597
8597
|
f,
|
|
8598
|
-
proto.prisca.v1.core.transaction_builder.
|
|
8598
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeBinaryToWriter
|
|
8599
8599
|
);
|
|
8600
8600
|
}
|
|
8601
8601
|
f = message.getMeta();
|
|
@@ -8610,20 +8610,20 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.serializeBina
|
|
|
8610
8610
|
|
|
8611
8611
|
|
|
8612
8612
|
/**
|
|
8613
|
-
* optional
|
|
8614
|
-
* @return {?proto.prisca.v1.core.transaction_builder.
|
|
8613
|
+
* optional TransactionBuilderFieldsBase transaction_field = 1;
|
|
8614
|
+
* @return {?proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase}
|
|
8615
8615
|
*/
|
|
8616
|
-
proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.
|
|
8617
|
-
return /** @type{?proto.prisca.v1.core.transaction_builder.
|
|
8618
|
-
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.
|
|
8616
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.getTransactionField = function() {
|
|
8617
|
+
return /** @type{?proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} */ (
|
|
8618
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase, 1));
|
|
8619
8619
|
};
|
|
8620
8620
|
|
|
8621
8621
|
|
|
8622
8622
|
/**
|
|
8623
|
-
* @param {?proto.prisca.v1.core.transaction_builder.
|
|
8623
|
+
* @param {?proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase|undefined} value
|
|
8624
8624
|
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionFields} returns this
|
|
8625
8625
|
*/
|
|
8626
|
-
proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.
|
|
8626
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.setTransactionField = function(value) {
|
|
8627
8627
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
8628
8628
|
};
|
|
8629
8629
|
|
|
@@ -8632,8 +8632,8 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.set
|
|
|
8632
8632
|
* Clears the message field making it undefined.
|
|
8633
8633
|
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionFields} returns this
|
|
8634
8634
|
*/
|
|
8635
|
-
proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.
|
|
8636
|
-
return this.
|
|
8635
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.clearTransactionField = function() {
|
|
8636
|
+
return this.setTransactionField(undefined);
|
|
8637
8637
|
};
|
|
8638
8638
|
|
|
8639
8639
|
|
|
@@ -8641,7 +8641,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.cle
|
|
|
8641
8641
|
* Returns whether this field is set.
|
|
8642
8642
|
* @return {boolean}
|
|
8643
8643
|
*/
|
|
8644
|
-
proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.
|
|
8644
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionFields.prototype.hasTransactionField = function() {
|
|
8645
8645
|
return jspb.Message.getField(this, 1) != null;
|
|
8646
8646
|
};
|
|
8647
8647
|
|