UNPKG

@provenanceio/wallet-utils

Version:

Typescript Utilities for Provenance Blockchain Wallet

379 lines (309 loc) 12.8 kB
"use strict"; // source: provenance/ibcratelimit/v1/tx.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); var gogoproto_gogo_pb = require('../../../gogoproto/gogo_pb.js'); goog.object.extend(proto, gogoproto_gogo_pb); var cosmos_proto_cosmos_pb = require('../../../cosmos_proto/cosmos_pb.js'); goog.object.extend(proto, cosmos_proto_cosmos_pb); var cosmos_msg_v1_msg_pb = require('../../../cosmos/msg/v1/msg_pb.js'); goog.object.extend(proto, cosmos_msg_v1_msg_pb); var provenance_ibcratelimit_v1_params_pb = require('../../../provenance/ibcratelimit/v1/params_pb.js'); goog.object.extend(proto, provenance_ibcratelimit_v1_params_pb); goog.exportSymbol('proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest', null, global); goog.exportSymbol('proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse', 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.MsgGovUpdateParamsRequest = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.displayName = 'proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest'; } /** * 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.MsgGovUpdateParamsResponse = function (opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse.displayName = 'proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse'; } 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.MsgGovUpdateParamsRequest.prototype.toObject = function (opt_includeInstance) { return proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.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.MsgGovUpdateParamsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.toObject = function (includeInstance, msg) { var f, obj = { authority: jspb.Message.getFieldWithDefault(msg, 1, ""), params: (f = msg.getParams()) && provenance_ibcratelimit_v1_params_pb.Params.toObject(includeInstance, f) }; 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.MsgGovUpdateParamsRequest} */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.deserializeBinary = function (bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest(); return proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest} */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.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.setAuthority(value); break; case 2: var value = new provenance_ibcratelimit_v1_params_pb.Params(); reader.readMessage(value, provenance_ibcratelimit_v1_params_pb.Params.deserializeBinaryFromReader); msg.setParams(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.prototype.serializeBinary = function () { var writer = new jspb.BinaryWriter(); proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.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.MsgGovUpdateParamsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.serializeBinaryToWriter = function (message, writer) { var f = undefined; f = message.getAuthority(); if (f.length > 0) { writer.writeString(1, f); } f = message.getParams(); if (f != null) { writer.writeMessage(2, f, provenance_ibcratelimit_v1_params_pb.Params.serializeBinaryToWriter); } }; /** * optional string authority = 1; * @return {string} */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.prototype.getAuthority = function () { return ( /** @type {string} */ jspb.Message.getFieldWithDefault(this, 1, "") ); }; /** * @param {string} value * @return {!proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest} returns this */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.prototype.setAuthority = function (value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional Params params = 2; * @return {?proto.provenance.ibcratelimit.v1.Params} */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.prototype.getParams = function () { return ( /** @type{?proto.provenance.ibcratelimit.v1.Params} */ jspb.Message.getWrapperField(this, provenance_ibcratelimit_v1_params_pb.Params, 2) ); }; /** * @param {?proto.provenance.ibcratelimit.v1.Params|undefined} value * @return {!proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest} returns this */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.prototype.setParams = function (value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. * @return {!proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest} returns this */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.prototype.clearParams = function () { return this.setParams(undefined); }; /** * Returns whether this field is set. * @return {boolean} */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsRequest.prototype.hasParams = function () { return jspb.Message.getField(this, 2) != null; }; 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.MsgGovUpdateParamsResponse.prototype.toObject = function (opt_includeInstance) { return proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse.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.MsgGovUpdateParamsResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse.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.MsgGovUpdateParamsResponse} */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse.deserializeBinary = function (bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse(); return proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse} */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse.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.MsgGovUpdateParamsResponse.prototype.serializeBinary = function () { var writer = new jspb.BinaryWriter(); proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse.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.MsgGovUpdateParamsResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.provenance.ibcratelimit.v1.MsgGovUpdateParamsResponse.serializeBinaryToWriter = function (message, writer) { var f = undefined; }; goog.object.extend(exports, proto.provenance.ibcratelimit.v1);