@provenanceio/wallet-utils
Version:
Typescript Utilities for Provenance Blockchain Wallet
578 lines (479 loc) • 18.2 kB
JavaScript
;
// source: provenance/ibcratelimit/v1/event.proto
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck
var jspb = require('google-protobuf');
var goog = jspb;
var global = function () {
return this || window || global || self || Function('return this')();
}.call(null);
goog.exportSymbol('proto.provenance.ibcratelimit.v1.EventAckRevertFailure', null, global);
goog.exportSymbol('proto.provenance.ibcratelimit.v1.EventParamsUpdated', null, global);
goog.exportSymbol('proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure', null, global);
/**
* Generated by JsPbCodeGenerator.
* @param {Array=} opt_data Optional initial data array, typically from a
* server response, or constructed directly in Javascript. The array is used
* in place and becomes part of the constructed object. It is not cloned.
* If no data is provided, the constructed object will be empty, but still
* valid.
* @extends {jspb.Message}
* @constructor
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure = function (opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.provenance.ibcratelimit.v1.EventAckRevertFailure, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.displayName = 'proto.provenance.ibcratelimit.v1.EventAckRevertFailure';
}
/**
* Generated by JsPbCodeGenerator.
* @param {Array=} opt_data Optional initial data array, typically from a
* server response, or constructed directly in Javascript. The array is used
* in place and becomes part of the constructed object. It is not cloned.
* If no data is provided, the constructed object will be empty, but still
* valid.
* @extends {jspb.Message}
* @constructor
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure = function (opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.displayName = 'proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure';
}
/**
* Generated by JsPbCodeGenerator.
* @param {Array=} opt_data Optional initial data array, typically from a
* server response, or constructed directly in Javascript. The array is used
* in place and becomes part of the constructed object. It is not cloned.
* If no data is provided, the constructed object will be empty, but still
* valid.
* @extends {jspb.Message}
* @constructor
*/
proto.provenance.ibcratelimit.v1.EventParamsUpdated = function (opt_data) {
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.provenance.ibcratelimit.v1.EventParamsUpdated, jspb.Message);
if (goog.DEBUG && !COMPILED) {
/**
* @public
* @override
*/
proto.provenance.ibcratelimit.v1.EventParamsUpdated.displayName = 'proto.provenance.ibcratelimit.v1.EventParamsUpdated';
}
if (jspb.Message.GENERATE_TO_OBJECT) {
/**
* Creates an object representation of this proto.
* Field names that are reserved in JavaScript and will be renamed to pb_name.
* Optional fields that are not set will be set to undefined.
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
* For the list of reserved names please see:
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
* JSPB instance for transitional soy proto support:
* http://goto/soy-param-migration
* @return {!Object}
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.prototype.toObject = function (opt_includeInstance) {
return proto.provenance.ibcratelimit.v1.EventAckRevertFailure.toObject(opt_includeInstance, this);
};
/**
* Static version of the {@see toObject} method.
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
* the JSPB instance for transitional soy proto support:
* http://goto/soy-param-migration
* @param {!proto.provenance.ibcratelimit.v1.EventAckRevertFailure} msg The msg instance to transform.
* @return {!Object}
* @suppress {unusedLocalVariables} f is only used for nested messages
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.toObject = function (includeInstance, msg) {
var f,
obj = {
module: jspb.Message.getFieldWithDefault(msg, 1, ""),
packet: jspb.Message.getFieldWithDefault(msg, 2, ""),
ack: jspb.Message.getFieldWithDefault(msg, 3, "")
};
if (includeInstance) {
obj.$jspbMessageInstance = msg;
}
return obj;
};
}
/**
* Deserializes binary data (in protobuf wire format).
* @param {jspb.ByteSource} bytes The bytes to deserialize.
* @return {!proto.provenance.ibcratelimit.v1.EventAckRevertFailure}
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.deserializeBinary = function (bytes) {
var reader = new jspb.BinaryReader(bytes);
var msg = new proto.provenance.ibcratelimit.v1.EventAckRevertFailure();
return proto.provenance.ibcratelimit.v1.EventAckRevertFailure.deserializeBinaryFromReader(msg, reader);
};
/**
* Deserializes binary data (in protobuf wire format) from the
* given reader into the given message object.
* @param {!proto.provenance.ibcratelimit.v1.EventAckRevertFailure} msg The message object to deserialize into.
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
* @return {!proto.provenance.ibcratelimit.v1.EventAckRevertFailure}
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.deserializeBinaryFromReader = function (msg, reader) {
while (reader.nextField()) {
if (reader.isEndGroup()) {
break;
}
var field = reader.getFieldNumber();
switch (field) {
case 1:
var value =
/** @type {string} */
reader.readString();
msg.setModule(value);
break;
case 2:
var value =
/** @type {string} */
reader.readString();
msg.setPacket(value);
break;
case 3:
var value =
/** @type {string} */
reader.readString();
msg.setAck(value);
break;
default:
reader.skipField();
break;
}
}
return msg;
};
/**
* Serializes the message to binary data (in protobuf wire format).
* @return {!Uint8Array}
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.prototype.serializeBinary = function () {
var writer = new jspb.BinaryWriter();
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.serializeBinaryToWriter(this, writer);
return writer.getResultBuffer();
};
/**
* Serializes the given message to binary data (in protobuf wire
* format), writing to the given BinaryWriter.
* @param {!proto.provenance.ibcratelimit.v1.EventAckRevertFailure} message
* @param {!jspb.BinaryWriter} writer
* @suppress {unusedLocalVariables} f is only used for nested messages
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.serializeBinaryToWriter = function (message, writer) {
var f = undefined;
f = message.getModule();
if (f.length > 0) {
writer.writeString(1, f);
}
f = message.getPacket();
if (f.length > 0) {
writer.writeString(2, f);
}
f = message.getAck();
if (f.length > 0) {
writer.writeString(3, f);
}
};
/**
* optional string module = 1;
* @return {string}
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.prototype.getModule = function () {
return (
/** @type {string} */
jspb.Message.getFieldWithDefault(this, 1, "")
);
};
/**
* @param {string} value
* @return {!proto.provenance.ibcratelimit.v1.EventAckRevertFailure} returns this
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.prototype.setModule = function (value) {
return jspb.Message.setProto3StringField(this, 1, value);
};
/**
* optional string packet = 2;
* @return {string}
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.prototype.getPacket = function () {
return (
/** @type {string} */
jspb.Message.getFieldWithDefault(this, 2, "")
);
};
/**
* @param {string} value
* @return {!proto.provenance.ibcratelimit.v1.EventAckRevertFailure} returns this
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.prototype.setPacket = function (value) {
return jspb.Message.setProto3StringField(this, 2, value);
};
/**
* optional string ack = 3;
* @return {string}
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.prototype.getAck = function () {
return (
/** @type {string} */
jspb.Message.getFieldWithDefault(this, 3, "")
);
};
/**
* @param {string} value
* @return {!proto.provenance.ibcratelimit.v1.EventAckRevertFailure} returns this
*/
proto.provenance.ibcratelimit.v1.EventAckRevertFailure.prototype.setAck = function (value) {
return jspb.Message.setProto3StringField(this, 3, value);
};
if (jspb.Message.GENERATE_TO_OBJECT) {
/**
* Creates an object representation of this proto.
* Field names that are reserved in JavaScript and will be renamed to pb_name.
* Optional fields that are not set will be set to undefined.
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
* For the list of reserved names please see:
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
* JSPB instance for transitional soy proto support:
* http://goto/soy-param-migration
* @return {!Object}
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.prototype.toObject = function (opt_includeInstance) {
return proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.toObject(opt_includeInstance, this);
};
/**
* Static version of the {@see toObject} method.
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
* the JSPB instance for transitional soy proto support:
* http://goto/soy-param-migration
* @param {!proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure} msg The msg instance to transform.
* @return {!Object}
* @suppress {unusedLocalVariables} f is only used for nested messages
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.toObject = function (includeInstance, msg) {
var f,
obj = {
module: jspb.Message.getFieldWithDefault(msg, 1, ""),
packet: jspb.Message.getFieldWithDefault(msg, 2, "")
};
if (includeInstance) {
obj.$jspbMessageInstance = msg;
}
return obj;
};
}
/**
* Deserializes binary data (in protobuf wire format).
* @param {jspb.ByteSource} bytes The bytes to deserialize.
* @return {!proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure}
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.deserializeBinary = function (bytes) {
var reader = new jspb.BinaryReader(bytes);
var msg = new proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure();
return proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.deserializeBinaryFromReader(msg, reader);
};
/**
* Deserializes binary data (in protobuf wire format) from the
* given reader into the given message object.
* @param {!proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure} msg The message object to deserialize into.
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
* @return {!proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure}
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.deserializeBinaryFromReader = function (msg, reader) {
while (reader.nextField()) {
if (reader.isEndGroup()) {
break;
}
var field = reader.getFieldNumber();
switch (field) {
case 1:
var value =
/** @type {string} */
reader.readString();
msg.setModule(value);
break;
case 2:
var value =
/** @type {string} */
reader.readString();
msg.setPacket(value);
break;
default:
reader.skipField();
break;
}
}
return msg;
};
/**
* Serializes the message to binary data (in protobuf wire format).
* @return {!Uint8Array}
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.prototype.serializeBinary = function () {
var writer = new jspb.BinaryWriter();
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.serializeBinaryToWriter(this, writer);
return writer.getResultBuffer();
};
/**
* Serializes the given message to binary data (in protobuf wire
* format), writing to the given BinaryWriter.
* @param {!proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure} message
* @param {!jspb.BinaryWriter} writer
* @suppress {unusedLocalVariables} f is only used for nested messages
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.serializeBinaryToWriter = function (message, writer) {
var f = undefined;
f = message.getModule();
if (f.length > 0) {
writer.writeString(1, f);
}
f = message.getPacket();
if (f.length > 0) {
writer.writeString(2, f);
}
};
/**
* optional string module = 1;
* @return {string}
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.prototype.getModule = function () {
return (
/** @type {string} */
jspb.Message.getFieldWithDefault(this, 1, "")
);
};
/**
* @param {string} value
* @return {!proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure} returns this
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.prototype.setModule = function (value) {
return jspb.Message.setProto3StringField(this, 1, value);
};
/**
* optional string packet = 2;
* @return {string}
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.prototype.getPacket = function () {
return (
/** @type {string} */
jspb.Message.getFieldWithDefault(this, 2, "")
);
};
/**
* @param {string} value
* @return {!proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure} returns this
*/
proto.provenance.ibcratelimit.v1.EventTimeoutRevertFailure.prototype.setPacket = function (value) {
return jspb.Message.setProto3StringField(this, 2, value);
};
if (jspb.Message.GENERATE_TO_OBJECT) {
/**
* Creates an object representation of this proto.
* Field names that are reserved in JavaScript and will be renamed to pb_name.
* Optional fields that are not set will be set to undefined.
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
* For the list of reserved names please see:
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
* JSPB instance for transitional soy proto support:
* http://goto/soy-param-migration
* @return {!Object}
*/
proto.provenance.ibcratelimit.v1.EventParamsUpdated.prototype.toObject = function (opt_includeInstance) {
return proto.provenance.ibcratelimit.v1.EventParamsUpdated.toObject(opt_includeInstance, this);
};
/**
* Static version of the {@see toObject} method.
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
* the JSPB instance for transitional soy proto support:
* http://goto/soy-param-migration
* @param {!proto.provenance.ibcratelimit.v1.EventParamsUpdated} msg The msg instance to transform.
* @return {!Object}
* @suppress {unusedLocalVariables} f is only used for nested messages
*/
proto.provenance.ibcratelimit.v1.EventParamsUpdated.toObject = function (includeInstance, msg) {
var f,
obj = {};
if (includeInstance) {
obj.$jspbMessageInstance = msg;
}
return obj;
};
}
/**
* Deserializes binary data (in protobuf wire format).
* @param {jspb.ByteSource} bytes The bytes to deserialize.
* @return {!proto.provenance.ibcratelimit.v1.EventParamsUpdated}
*/
proto.provenance.ibcratelimit.v1.EventParamsUpdated.deserializeBinary = function (bytes) {
var reader = new jspb.BinaryReader(bytes);
var msg = new proto.provenance.ibcratelimit.v1.EventParamsUpdated();
return proto.provenance.ibcratelimit.v1.EventParamsUpdated.deserializeBinaryFromReader(msg, reader);
};
/**
* Deserializes binary data (in protobuf wire format) from the
* given reader into the given message object.
* @param {!proto.provenance.ibcratelimit.v1.EventParamsUpdated} msg The message object to deserialize into.
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
* @return {!proto.provenance.ibcratelimit.v1.EventParamsUpdated}
*/
proto.provenance.ibcratelimit.v1.EventParamsUpdated.deserializeBinaryFromReader = function (msg, reader) {
while (reader.nextField()) {
if (reader.isEndGroup()) {
break;
}
var field = reader.getFieldNumber();
switch (field) {
default:
reader.skipField();
break;
}
}
return msg;
};
/**
* Serializes the message to binary data (in protobuf wire format).
* @return {!Uint8Array}
*/
proto.provenance.ibcratelimit.v1.EventParamsUpdated.prototype.serializeBinary = function () {
var writer = new jspb.BinaryWriter();
proto.provenance.ibcratelimit.v1.EventParamsUpdated.serializeBinaryToWriter(this, writer);
return writer.getResultBuffer();
};
/**
* Serializes the given message to binary data (in protobuf wire
* format), writing to the given BinaryWriter.
* @param {!proto.provenance.ibcratelimit.v1.EventParamsUpdated} message
* @param {!jspb.BinaryWriter} writer
* @suppress {unusedLocalVariables} f is only used for nested messages
*/
proto.provenance.ibcratelimit.v1.EventParamsUpdated.serializeBinaryToWriter = function (message, writer) {
var f = undefined;
};
goog.object.extend(exports, proto.provenance.ibcratelimit.v1);