Searched defs:MsgWithRequiredBytes (Results 1 – 2 of 2) sorted by relevance
1058 type MsgWithRequiredBytes struct { struct1059 Byts []byte `protobuf:"bytes,1,req,name=byts" json:"byts,omitempty"`1060 XXX_NoUnkeyedLiteral struct{} `json:"-"`1061 XXX_unrecognized []byte `json:"-"`1062 XXX_sizecache int32 `json:"-"`1065 func (m *MsgWithRequiredBytes) Reset() { *m = MsgWithRequiredBytes{} }1066 func (m *MsgWithRequiredBytes) String() string { return proto.CompactTextString(m) }1067 func (*MsgWithRequiredBytes) ProtoMessage() {}1068 func (*MsgWithRequiredBytes) Descriptor() ([]byte, []int) {1072 func (m *MsgWithRequiredBytes) XXX_Unmarshal(b []byte) error {[all …]
169 message MsgWithRequiredBytes { message