Lines Matching defs:MsgWithRequiredBytes
1058 type MsgWithRequiredBytes struct { struct
1059 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 {
1075 func (m *MsgWithRequiredBytes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1078 func (m *MsgWithRequiredBytes) XXX_Merge(src proto.Message) {
1081 func (m *MsgWithRequiredBytes) XXX_Size() int {
1084 func (m *MsgWithRequiredBytes) XXX_DiscardUnknown() {
1090 func (m *MsgWithRequiredBytes) GetByts() []byte {