Documentation
¶
Index ¶
- type ProtoOPR
- func (*ProtoOPR) Descriptor() ([]byte, []int)
- func (m *ProtoOPR) GetAddress() string
- func (m *ProtoOPR) GetAssets() []uint64
- func (m *ProtoOPR) GetHeight() int32
- func (m *ProtoOPR) GetID() string
- func (m *ProtoOPR) GetWinners() [][]byte
- func (*ProtoOPR) ProtoMessage()
- func (m *ProtoOPR) Reset()
- func (m *ProtoOPR) String() string
- func (m *ProtoOPR) XXX_DiscardUnknown()
- func (m *ProtoOPR) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProtoOPR) XXX_Merge(src proto.Message)
- func (m *ProtoOPR) XXX_Size() int
- func (m *ProtoOPR) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProtoOPR ¶
type ProtoOPR struct {
Address string `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
ID string `protobuf:"bytes,2,opt,name=ID,proto3" json:"ID,omitempty"`
Height int32 `protobuf:"varint,3,opt,name=Height,proto3" json:"Height,omitempty"`
Winners [][]byte `protobuf:"bytes,4,rep,name=Winners,proto3" json:"Winners,omitempty"`
Assets []uint64 `protobuf:"varint,5,rep,packed,name=Assets,proto3" json:"Assets,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*ProtoOPR) Descriptor ¶
func (*ProtoOPR) GetAddress ¶
func (*ProtoOPR) GetWinners ¶
func (*ProtoOPR) ProtoMessage ¶
func (*ProtoOPR) ProtoMessage()
func (*ProtoOPR) XXX_DiscardUnknown ¶
func (m *ProtoOPR) XXX_DiscardUnknown()
func (*ProtoOPR) XXX_Marshal ¶
func (*ProtoOPR) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.