github.com/Finschia/finschia-sdk@v0.49.1/x/auth/types/tx.pb.go (about) 1 // Code generated by protoc-gen-gogo. DO NOT EDIT. 2 // source: cosmos/auth/v1beta1/tx.proto 3 4 package types 5 6 import ( 7 context "context" 8 fmt "fmt" 9 _ "github.com/gogo/protobuf/gogoproto" 10 grpc1 "github.com/gogo/protobuf/grpc" 11 proto "github.com/gogo/protobuf/proto" 12 grpc "google.golang.org/grpc" 13 math "math" 14 ) 15 16 // Reference imports to suppress errors if they are not otherwise used. 17 var _ = proto.Marshal 18 var _ = fmt.Errorf 19 var _ = math.Inf 20 21 // This is a compile-time assertion to ensure that this generated file 22 // is compatible with the proto package it is being compiled against. 23 // A compilation error at this line likely means your copy of the 24 // proto package needs to be updated. 25 const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package 26 27 func init() { proto.RegisterFile("cosmos/auth/v1beta1/tx.proto", fileDescriptor_c2d62bd9c4c212e5) } 28 29 var fileDescriptor_c2d62bd9c4c212e5 = []byte{ 30 // 150 bytes of a gzipped FileDescriptorProto 31 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x49, 0xce, 0x2f, 0xce, 32 0xcd, 0x2f, 0xd6, 0x4f, 0x2c, 0x2d, 0xc9, 0xd0, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 33 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x86, 0xc8, 0xea, 0x81, 0x64, 0xf5, 34 0xa0, 0xb2, 0x52, 0x22, 0xe9, 0xf9, 0xe9, 0xf9, 0x60, 0x79, 0x7d, 0x10, 0x0b, 0xa2, 0xd4, 0x88, 35 0x95, 0x8b, 0xd9, 0xb7, 0x38, 0xdd, 0xc9, 0xee, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 36 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 37 0x18, 0xa2, 0x54, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x73, 0x32, 38 0xf3, 0x52, 0xf5, 0x73, 0x92, 0x72, 0x75, 0x8b, 0x53, 0xb2, 0xf5, 0x2b, 0x20, 0x96, 0x97, 0x54, 39 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x4d, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x91, 0xd4, 40 0xe3, 0x05, 0x98, 0x00, 0x00, 0x00, 41 } 42 43 // Reference imports to suppress errors if they are not otherwise used. 44 var _ context.Context 45 var _ grpc.ClientConn 46 47 // This is a compile-time assertion to ensure that this generated file 48 // is compatible with the grpc package it is being compiled against. 49 const _ = grpc.SupportPackageIsVersion4 50 51 // MsgClient is the client API for Msg service. 52 // 53 // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 54 type MsgClient interface { 55 } 56 57 type msgClient struct { 58 cc grpc1.ClientConn 59 } 60 61 func NewMsgClient(cc grpc1.ClientConn) MsgClient { 62 return &msgClient{cc} 63 } 64 65 // MsgServer is the server API for Msg service. 66 type MsgServer interface { 67 } 68 69 // UnimplementedMsgServer can be embedded to have forward compatible implementations. 70 type UnimplementedMsgServer struct { 71 } 72 73 func RegisterMsgServer(s grpc1.Server, srv MsgServer) { 74 s.RegisterService(&_Msg_serviceDesc, srv) 75 } 76 77 var _Msg_serviceDesc = grpc.ServiceDesc{ 78 ServiceName: "cosmos.auth.v1beta1.Msg", 79 HandlerType: (*MsgServer)(nil), 80 Methods: []grpc.MethodDesc{}, 81 Streams: []grpc.StreamDesc{}, 82 Metadata: "cosmos/auth/v1beta1/tx.proto", 83 }