Documentation ¶
Index ¶
- Variables
- type RecentEDSNotification
- func (*RecentEDSNotification) Descriptor() ([]byte, []int)
- func (m *RecentEDSNotification) GetDataHash() []byte
- func (m *RecentEDSNotification) GetHeight() uint64
- func (m *RecentEDSNotification) Marshal() (dAtA []byte, err error)
- func (m *RecentEDSNotification) MarshalTo(dAtA []byte) (int, error)
- func (m *RecentEDSNotification) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RecentEDSNotification) ProtoMessage()
- func (m *RecentEDSNotification) Reset()
- func (m *RecentEDSNotification) Size() (n int)
- func (m *RecentEDSNotification) String() string
- func (m *RecentEDSNotification) Unmarshal(dAtA []byte) error
- func (m *RecentEDSNotification) XXX_DiscardUnknown()
- func (m *RecentEDSNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RecentEDSNotification) XXX_Merge(src proto.Message)
- func (m *RecentEDSNotification) XXX_Size() int
- func (m *RecentEDSNotification) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type RecentEDSNotification ¶
type RecentEDSNotification struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` DataHash []byte `protobuf:"bytes,2,opt,name=data_hash,json=dataHash,proto3" json:"data_hash,omitempty"` }
func (*RecentEDSNotification) Descriptor ¶
func (*RecentEDSNotification) Descriptor() ([]byte, []int)
func (*RecentEDSNotification) GetDataHash ¶
func (m *RecentEDSNotification) GetDataHash() []byte
func (*RecentEDSNotification) GetHeight ¶
func (m *RecentEDSNotification) GetHeight() uint64
func (*RecentEDSNotification) Marshal ¶
func (m *RecentEDSNotification) Marshal() (dAtA []byte, err error)
func (*RecentEDSNotification) MarshalTo ¶
func (m *RecentEDSNotification) MarshalTo(dAtA []byte) (int, error)
func (*RecentEDSNotification) MarshalToSizedBuffer ¶
func (m *RecentEDSNotification) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RecentEDSNotification) ProtoMessage ¶
func (*RecentEDSNotification) ProtoMessage()
func (*RecentEDSNotification) Reset ¶
func (m *RecentEDSNotification) Reset()
func (*RecentEDSNotification) Size ¶
func (m *RecentEDSNotification) Size() (n int)
func (*RecentEDSNotification) String ¶
func (m *RecentEDSNotification) String() string
func (*RecentEDSNotification) Unmarshal ¶
func (m *RecentEDSNotification) Unmarshal(dAtA []byte) error
func (*RecentEDSNotification) XXX_DiscardUnknown ¶
func (m *RecentEDSNotification) XXX_DiscardUnknown()
func (*RecentEDSNotification) XXX_Marshal ¶
func (m *RecentEDSNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RecentEDSNotification) XXX_Merge ¶
func (m *RecentEDSNotification) XXX_Merge(src proto.Message)
func (*RecentEDSNotification) XXX_Size ¶
func (m *RecentEDSNotification) XXX_Size() int
func (*RecentEDSNotification) XXX_Unmarshal ¶
func (m *RecentEDSNotification) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.