UNPKG

@routerprotocol/chain-api

Version:

Router Chain API Query client with generated gRPC bindings.

1,426 lines (1,300 loc) 176 kB
// source: ethermint/evm/v1/query.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')(); var cosmos_base_query_v1beta1_pagination_pb = require('../../../cosmos/base/query/v1beta1/pagination_pb.js'); goog.object.extend(proto, cosmos_base_query_v1beta1_pagination_pb); var ethermint_evm_v1_tx_pb = require('../../../ethermint/evm/v1/tx_pb.js'); goog.object.extend(proto, ethermint_evm_v1_tx_pb); var ethermint_evm_v1_log_pb = require('../../../ethermint/evm/v1/log_pb.js'); goog.object.extend(proto, ethermint_evm_v1_log_pb); var ethermint_evm_v1_params_pb = require('../../../ethermint/evm/v1/params_pb.js'); goog.object.extend(proto, ethermint_evm_v1_params_pb); var ethermint_evm_v1_trace_config_pb = require('../../../ethermint/evm/v1/trace_config_pb.js'); goog.object.extend(proto, ethermint_evm_v1_trace_config_pb); var gogoproto_gogo_pb = require('../../../gogoproto/gogo_pb.js'); goog.object.extend(proto, gogoproto_gogo_pb); var google_api_annotations_pb = require('../../../google/api/annotations_pb.js'); goog.object.extend(proto, google_api_annotations_pb); var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js'); goog.object.extend(proto, google_protobuf_timestamp_pb); goog.exportSymbol('proto.ethermint.evm.v1.EstimateGasResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.EthCallRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryAccountRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryAccountResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryBalanceRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryBalanceResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryBaseFeeRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryBaseFeeResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryCodeRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryCodeResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryCosmosAccountRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryCosmosAccountResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryParamsRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryParamsResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryStorageRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryStorageResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryTraceBlockRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryTraceBlockResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryTraceCallRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryTraceCallResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryTraceTxRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryTraceTxResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryTxLogsRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryTxLogsResponse', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryValidatorAccountRequest', null, global); goog.exportSymbol('proto.ethermint.evm.v1.QueryValidatorAccountResponse', 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.ethermint.evm.v1.QueryAccountRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryAccountRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryAccountRequest.displayName = 'proto.ethermint.evm.v1.QueryAccountRequest'; } /** * 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.ethermint.evm.v1.QueryAccountResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryAccountResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryAccountResponse.displayName = 'proto.ethermint.evm.v1.QueryAccountResponse'; } /** * 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.ethermint.evm.v1.QueryCosmosAccountRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryCosmosAccountRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryCosmosAccountRequest.displayName = 'proto.ethermint.evm.v1.QueryCosmosAccountRequest'; } /** * 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.ethermint.evm.v1.QueryCosmosAccountResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryCosmosAccountResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.displayName = 'proto.ethermint.evm.v1.QueryCosmosAccountResponse'; } /** * 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.ethermint.evm.v1.QueryValidatorAccountRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryValidatorAccountRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryValidatorAccountRequest.displayName = 'proto.ethermint.evm.v1.QueryValidatorAccountRequest'; } /** * 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.ethermint.evm.v1.QueryValidatorAccountResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryValidatorAccountResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryValidatorAccountResponse.displayName = 'proto.ethermint.evm.v1.QueryValidatorAccountResponse'; } /** * 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.ethermint.evm.v1.QueryBalanceRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryBalanceRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryBalanceRequest.displayName = 'proto.ethermint.evm.v1.QueryBalanceRequest'; } /** * 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.ethermint.evm.v1.QueryBalanceResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryBalanceResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryBalanceResponse.displayName = 'proto.ethermint.evm.v1.QueryBalanceResponse'; } /** * 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.ethermint.evm.v1.QueryStorageRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryStorageRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryStorageRequest.displayName = 'proto.ethermint.evm.v1.QueryStorageRequest'; } /** * 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.ethermint.evm.v1.QueryStorageResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryStorageResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryStorageResponse.displayName = 'proto.ethermint.evm.v1.QueryStorageResponse'; } /** * 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.ethermint.evm.v1.QueryCodeRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryCodeRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryCodeRequest.displayName = 'proto.ethermint.evm.v1.QueryCodeRequest'; } /** * 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.ethermint.evm.v1.QueryCodeResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryCodeResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryCodeResponse.displayName = 'proto.ethermint.evm.v1.QueryCodeResponse'; } /** * 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.ethermint.evm.v1.QueryTxLogsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryTxLogsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryTxLogsRequest.displayName = 'proto.ethermint.evm.v1.QueryTxLogsRequest'; } /** * 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.ethermint.evm.v1.QueryTxLogsResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ethermint.evm.v1.QueryTxLogsResponse.repeatedFields_, null); }; goog.inherits(proto.ethermint.evm.v1.QueryTxLogsResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryTxLogsResponse.displayName = 'proto.ethermint.evm.v1.QueryTxLogsResponse'; } /** * 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.ethermint.evm.v1.QueryParamsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryParamsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryParamsRequest.displayName = 'proto.ethermint.evm.v1.QueryParamsRequest'; } /** * 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.ethermint.evm.v1.QueryParamsResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryParamsResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryParamsResponse.displayName = 'proto.ethermint.evm.v1.QueryParamsResponse'; } /** * 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.ethermint.evm.v1.EthCallRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.EthCallRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.EthCallRequest.displayName = 'proto.ethermint.evm.v1.EthCallRequest'; } /** * 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.ethermint.evm.v1.EstimateGasResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.EstimateGasResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.EstimateGasResponse.displayName = 'proto.ethermint.evm.v1.EstimateGasResponse'; } /** * 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.ethermint.evm.v1.QueryTraceTxRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ethermint.evm.v1.QueryTraceTxRequest.repeatedFields_, null); }; goog.inherits(proto.ethermint.evm.v1.QueryTraceTxRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryTraceTxRequest.displayName = 'proto.ethermint.evm.v1.QueryTraceTxRequest'; } /** * 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.ethermint.evm.v1.QueryTraceTxResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryTraceTxResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryTraceTxResponse.displayName = 'proto.ethermint.evm.v1.QueryTraceTxResponse'; } /** * 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.ethermint.evm.v1.QueryTraceCallRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryTraceCallRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryTraceCallRequest.displayName = 'proto.ethermint.evm.v1.QueryTraceCallRequest'; } /** * 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.ethermint.evm.v1.QueryTraceCallResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryTraceCallResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryTraceCallResponse.displayName = 'proto.ethermint.evm.v1.QueryTraceCallResponse'; } /** * 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.ethermint.evm.v1.QueryTraceBlockRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ethermint.evm.v1.QueryTraceBlockRequest.repeatedFields_, null); }; goog.inherits(proto.ethermint.evm.v1.QueryTraceBlockRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryTraceBlockRequest.displayName = 'proto.ethermint.evm.v1.QueryTraceBlockRequest'; } /** * 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.ethermint.evm.v1.QueryTraceBlockResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryTraceBlockResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryTraceBlockResponse.displayName = 'proto.ethermint.evm.v1.QueryTraceBlockResponse'; } /** * 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.ethermint.evm.v1.QueryBaseFeeRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryBaseFeeRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryBaseFeeRequest.displayName = 'proto.ethermint.evm.v1.QueryBaseFeeRequest'; } /** * 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.ethermint.evm.v1.QueryBaseFeeResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ethermint.evm.v1.QueryBaseFeeResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ethermint.evm.v1.QueryBaseFeeResponse.displayName = 'proto.ethermint.evm.v1.QueryBaseFeeResponse'; } 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.ethermint.evm.v1.QueryAccountRequest.prototype.toObject = function(opt_includeInstance) { return proto.ethermint.evm.v1.QueryAccountRequest.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.ethermint.evm.v1.QueryAccountRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.ethermint.evm.v1.QueryAccountRequest.toObject = function(includeInstance, msg) { var f, obj = { address: jspb.Message.getFieldWithDefault(msg, 1, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.ethermint.evm.v1.QueryAccountRequest} */ proto.ethermint.evm.v1.QueryAccountRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.ethermint.evm.v1.QueryAccountRequest; return proto.ethermint.evm.v1.QueryAccountRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.ethermint.evm.v1.QueryAccountRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.ethermint.evm.v1.QueryAccountRequest} */ proto.ethermint.evm.v1.QueryAccountRequest.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.setAddress(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.ethermint.evm.v1.QueryAccountRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.ethermint.evm.v1.QueryAccountRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.ethermint.evm.v1.QueryAccountRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.ethermint.evm.v1.QueryAccountRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAddress(); if (f.length > 0) { writer.writeString( 1, f ); } }; /** * optional string address = 1; * @return {string} */ proto.ethermint.evm.v1.QueryAccountRequest.prototype.getAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.ethermint.evm.v1.QueryAccountRequest} returns this */ proto.ethermint.evm.v1.QueryAccountRequest.prototype.setAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, 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.ethermint.evm.v1.QueryAccountResponse.prototype.toObject = function(opt_includeInstance) { return proto.ethermint.evm.v1.QueryAccountResponse.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.ethermint.evm.v1.QueryAccountResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.ethermint.evm.v1.QueryAccountResponse.toObject = function(includeInstance, msg) { var f, obj = { balance: jspb.Message.getFieldWithDefault(msg, 1, ""), codeHash: jspb.Message.getFieldWithDefault(msg, 2, ""), nonce: jspb.Message.getFieldWithDefault(msg, 3, 0) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.ethermint.evm.v1.QueryAccountResponse} */ proto.ethermint.evm.v1.QueryAccountResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.ethermint.evm.v1.QueryAccountResponse; return proto.ethermint.evm.v1.QueryAccountResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.ethermint.evm.v1.QueryAccountResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.ethermint.evm.v1.QueryAccountResponse} */ proto.ethermint.evm.v1.QueryAccountResponse.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.setBalance(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setCodeHash(value); break; case 3: var value = /** @type {number} */ (reader.readUint64()); msg.setNonce(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.ethermint.evm.v1.QueryAccountResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.ethermint.evm.v1.QueryAccountResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.ethermint.evm.v1.QueryAccountResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.ethermint.evm.v1.QueryAccountResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBalance(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getCodeHash(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getNonce(); if (f !== 0) { writer.writeUint64( 3, f ); } }; /** * optional string balance = 1; * @return {string} */ proto.ethermint.evm.v1.QueryAccountResponse.prototype.getBalance = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.ethermint.evm.v1.QueryAccountResponse} returns this */ proto.ethermint.evm.v1.QueryAccountResponse.prototype.setBalance = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string code_hash = 2; * @return {string} */ proto.ethermint.evm.v1.QueryAccountResponse.prototype.getCodeHash = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.ethermint.evm.v1.QueryAccountResponse} returns this */ proto.ethermint.evm.v1.QueryAccountResponse.prototype.setCodeHash = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional uint64 nonce = 3; * @return {number} */ proto.ethermint.evm.v1.QueryAccountResponse.prototype.getNonce = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value * @return {!proto.ethermint.evm.v1.QueryAccountResponse} returns this */ proto.ethermint.evm.v1.QueryAccountResponse.prototype.setNonce = function(value) { return jspb.Message.setProto3IntField(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.ethermint.evm.v1.QueryCosmosAccountRequest.prototype.toObject = function(opt_includeInstance) { return proto.ethermint.evm.v1.QueryCosmosAccountRequest.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.ethermint.evm.v1.QueryCosmosAccountRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.ethermint.evm.v1.QueryCosmosAccountRequest.toObject = function(includeInstance, msg) { var f, obj = { address: jspb.Message.getFieldWithDefault(msg, 1, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.ethermint.evm.v1.QueryCosmosAccountRequest} */ proto.ethermint.evm.v1.QueryCosmosAccountRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.ethermint.evm.v1.QueryCosmosAccountRequest; return proto.ethermint.evm.v1.QueryCosmosAccountRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.ethermint.evm.v1.QueryCosmosAccountRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.ethermint.evm.v1.QueryCosmosAccountRequest} */ proto.ethermint.evm.v1.QueryCosmosAccountRequest.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.setAddress(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.ethermint.evm.v1.QueryCosmosAccountRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.ethermint.evm.v1.QueryCosmosAccountRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.ethermint.evm.v1.QueryCosmosAccountRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.ethermint.evm.v1.QueryCosmosAccountRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAddress(); if (f.length > 0) { writer.writeString( 1, f ); } }; /** * optional string address = 1; * @return {string} */ proto.ethermint.evm.v1.QueryCosmosAccountRequest.prototype.getAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.ethermint.evm.v1.QueryCosmosAccountRequest} returns this */ proto.ethermint.evm.v1.QueryCosmosAccountRequest.prototype.setAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, 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.ethermint.evm.v1.QueryCosmosAccountResponse.prototype.toObject = function(opt_includeInstance) { return proto.ethermint.evm.v1.QueryCosmosAccountResponse.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.ethermint.evm.v1.QueryCosmosAccountResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.toObject = function(includeInstance, msg) { var f, obj = { cosmosAddress: jspb.Message.getFieldWithDefault(msg, 1, ""), sequence: jspb.Message.getFieldWithDefault(msg, 2, 0), accountNumber: jspb.Message.getFieldWithDefault(msg, 3, 0) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.ethermint.evm.v1.QueryCosmosAccountResponse} */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.ethermint.evm.v1.QueryCosmosAccountResponse; return proto.ethermint.evm.v1.QueryCosmosAccountResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.ethermint.evm.v1.QueryCosmosAccountResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.ethermint.evm.v1.QueryCosmosAccountResponse} */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.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.setCosmosAddress(value); break; case 2: var value = /** @type {number} */ (reader.readUint64()); msg.setSequence(value); break; case 3: var value = /** @type {number} */ (reader.readUint64()); msg.setAccountNumber(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.ethermint.evm.v1.QueryCosmosAccountResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.ethermint.evm.v1.QueryCosmosAccountResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCosmosAddress(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getSequence(); if (f !== 0) { writer.writeUint64( 2, f ); } f = message.getAccountNumber(); if (f !== 0) { writer.writeUint64( 3, f ); } }; /** * optional string cosmos_address = 1; * @return {string} */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.prototype.getCosmosAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.ethermint.evm.v1.QueryCosmosAccountResponse} returns this */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.prototype.setCosmosAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional uint64 sequence = 2; * @return {number} */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.prototype.getSequence = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value * @return {!proto.ethermint.evm.v1.QueryCosmosAccountResponse} returns this */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.prototype.setSequence = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; /** * optional uint64 account_number = 3; * @return {number} */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.prototype.getAccountNumber = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value * @return {!proto.ethermint.evm.v1.QueryCosmosAccountResponse} returns this */ proto.ethermint.evm.v1.QueryCosmosAccountResponse.prototype.setAccountNumber = function(value) { return jspb.Message.setProto3IntField(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.ethermint.evm.v1.QueryValidatorAccountRequest.prototype.toObject = function(opt_includeInstance) { return proto.ethermint.evm.v1.QueryValidatorAccountRequest.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.ethermint.evm.v1.QueryValidatorAccountRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.ethermint.evm.v1.QueryValidatorAccountRequest.toObject = function(includeInstance, msg) { var f, obj = { consAddress: jspb.Message.getFieldWithDefault(msg, 1, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.ethermint.evm.v1.QueryValidatorAccountRequest} */ proto.ethermint.evm.v1.QueryValidatorAccountRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.ethermint.evm.v1.QueryValidatorAccountRequest; return proto.ethermint.evm.v1.QueryValidatorAccountRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.ethermint.evm.v1.QueryValidatorAccountRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.ethermint.evm.v1.QueryValidatorAccountRequest} */ proto.ethermint.evm.v1.QueryValidatorAccountRequest.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.setConsAddress(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.ethermint.evm.v1.QueryValidatorAccountRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.ethermint.evm.v1.QueryValidatorAccountRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.ethermint.evm.v1.QueryValidatorAccountRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.ethermint.evm.v1.QueryValidatorAccountRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getConsAddress(); if (f.length > 0) { writer.writeString( 1, f ); } }; /** * optional string cons_address = 1; * @return {string} */ proto.ethermint.evm.v1.QueryValidatorAccountRequest.prototype.getConsAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.ethermint.evm.v1.QueryValidatorAccountRequest} returns this */ proto.ethermint.evm.v1.QueryValidatorAccountRequest.prototype.setConsAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, 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.ethermint.evm.v1.QueryValidatorAccountResponse.prototype.toObject = function(opt_includeInstance) { return proto.ethermint.evm.v1.QueryValidatorAccountResponse.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.ethermint.evm.v1.QueryValidatorAccountResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.ethermint.evm.v1.QueryValidatorAccountResponse.toObject = function(includeInstance, msg) { var f, obj = { accountAddress: jspb.Message.getFieldWithDefault(msg, 1, ""), sequence: jspb.Message.getFieldWithDefault(msg, 2, 0), accountNumber: jspb.Message.getFieldWithDefault(msg, 3, 0) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.ethermint.evm.v1.QueryValidatorAccountResponse} */ proto.ethermint.evm.v1.QueryValidatorAccountResponse.deserializeBinary = function(bytes) {