Documentation ¶
Index ¶
- Variables
- type Guardian
- func (*Guardian) Descriptor() ([]byte, []int)
- func (this *Guardian) Equal(that interface{}) bool
- func (m *Guardian) GetActivationEpoch() uint32
- func (m *Guardian) GetAddress() []byte
- func (this *Guardian) GoString() string
- func (m *Guardian) Marshal() (dAtA []byte, err error)
- func (m *Guardian) MarshalTo(dAtA []byte) (int, error)
- func (m *Guardian) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Guardian) ProtoMessage()
- func (m *Guardian) Reset()
- func (m *Guardian) Size() (n int)
- func (this *Guardian) String() string
- func (m *Guardian) Unmarshal(dAtA []byte) error
- func (m *Guardian) XXX_DiscardUnknown()
- func (m *Guardian) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Guardian) XXX_Merge(src proto.Message)
- func (m *Guardian) XXX_Size() int
- func (m *Guardian) XXX_Unmarshal(b []byte) error
- type Guardians
- func (*Guardians) Descriptor() ([]byte, []int)
- func (this *Guardians) Equal(that interface{}) bool
- func (m *Guardians) GetData() []*Guardian
- func (this *Guardians) GoString() string
- func (m *Guardians) Marshal() (dAtA []byte, err error)
- func (m *Guardians) MarshalTo(dAtA []byte) (int, error)
- func (m *Guardians) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Guardians) ProtoMessage()
- func (m *Guardians) Reset()
- func (m *Guardians) Size() (n int)
- func (this *Guardians) String() string
- func (m *Guardians) Unmarshal(dAtA []byte) error
- func (m *Guardians) XXX_DiscardUnknown()
- func (m *Guardians) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Guardians) XXX_Merge(src proto.Message)
- func (m *Guardians) XXX_Size() int
- func (m *Guardians) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Guardian ¶
type Guardian struct { Address []byte `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"` ActivationEpoch uint32 `protobuf:"varint,2,opt,name=ActivationEpoch,proto3" json:"ActivationEpoch,omitempty"` }
func (*Guardian) Descriptor ¶
func (*Guardian) GetActivationEpoch ¶
func (*Guardian) GetAddress ¶
func (*Guardian) MarshalToSizedBuffer ¶
func (*Guardian) ProtoMessage ¶
func (*Guardian) ProtoMessage()
func (*Guardian) XXX_DiscardUnknown ¶
func (m *Guardian) XXX_DiscardUnknown()
func (*Guardian) XXX_Marshal ¶
func (*Guardian) XXX_Unmarshal ¶
type Guardians ¶
type Guardians struct {
Data []*Guardian `protobuf:"bytes,1,rep,name=Data,proto3" json:"Data,omitempty"`
}
func (*Guardians) Descriptor ¶
func (*Guardians) MarshalToSizedBuffer ¶
func (*Guardians) ProtoMessage ¶
func (*Guardians) ProtoMessage()
func (*Guardians) XXX_DiscardUnknown ¶
func (m *Guardians) XXX_DiscardUnknown()
func (*Guardians) XXX_Marshal ¶
func (*Guardians) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.