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