Versions in this module Expand all Collapse all v1 v1.999.0 Nov 17, 2022 Changes in this version + var ErrIntOverflowGuardians = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGuardians = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupGuardians = fmt.Errorf("proto: unexpected end of group") + type Guardian struct + ActivationEpoch uint32 + Address []byte + func (*Guardian) Descriptor() ([]byte, []int) + func (*Guardian) ProtoMessage() + func (m *Guardian) GetActivationEpoch() uint32 + func (m *Guardian) GetAddress() []byte + 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 (m *Guardian) Reset() + func (m *Guardian) Size() (n int) + 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 + func (this *Guardian) Equal(that interface{}) bool + func (this *Guardian) GoString() string + func (this *Guardian) String() string + type Guardians struct + Data []*Guardian + func (*Guardians) Descriptor() ([]byte, []int) + func (*Guardians) ProtoMessage() + func (m *Guardians) GetData() []*Guardian + 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 (m *Guardians) Reset() + func (m *Guardians) Size() (n int) + 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 + func (this *Guardians) Equal(that interface{}) bool + func (this *Guardians) GoString() string + func (this *Guardians) String() string