UNPKG

@provenanceio/wallet-utils

Version:

Typescript Utilities for Provenance Blockchain Wallet

44 lines (35 loc) 1.64 kB
"use strict"; // source: cosmos/msg/v1/msg.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 google_protobuf_descriptor_pb = require('google-protobuf/google/protobuf/descriptor_pb.js'); goog.object.extend(proto, google_protobuf_descriptor_pb); goog.exportSymbol('proto.cosmos.msg.v1.signerList', null, global); /** * A tuple of {field number, class constructor} for the extension * field named `signerList`. * @type {!jspb.ExtensionFieldInfo<!Array<string>>} */ proto.cosmos.msg.v1.signerList = new jspb.ExtensionFieldInfo(11110000, { signerList: 0 }, null, /** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ null, 1); google_protobuf_descriptor_pb.MessageOptions.extensionsBinary[11110000] = new jspb.ExtensionFieldBinaryInfo(proto.cosmos.msg.v1.signerList, jspb.BinaryReader.prototype.readString, jspb.BinaryWriter.prototype.writeRepeatedString, undefined, undefined, false); // This registers the extension field with the extended class, so that // toObject() will function correctly. google_protobuf_descriptor_pb.MessageOptions.extensions[11110000] = proto.cosmos.msg.v1.signerList; goog.object.extend(exports, proto.cosmos.msg.v1);