Documentation ¶
Index ¶
- Variables
- type EventFundingStreamReward
- func (*EventFundingStreamReward) Descriptor() ([]byte, []int)
- func (m *EventFundingStreamReward) GetEpochIndex() uint64
- func (m *EventFundingStreamReward) GetRecipient() string
- func (m *EventFundingStreamReward) GetRewardAmount() *v1.Amount
- func (m *EventFundingStreamReward) Marshal() (dAtA []byte, err error)
- func (m *EventFundingStreamReward) MarshalTo(dAtA []byte) (int, error)
- func (m *EventFundingStreamReward) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EventFundingStreamReward) ProtoMessage()
- func (m *EventFundingStreamReward) Reset()
- func (m *EventFundingStreamReward) Size() (n int)
- func (m *EventFundingStreamReward) String() string
- func (m *EventFundingStreamReward) Unmarshal(dAtA []byte) error
- func (m *EventFundingStreamReward) XXX_DiscardUnknown()
- func (m *EventFundingStreamReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventFundingStreamReward) XXX_Merge(src proto.Message)
- func (m *EventFundingStreamReward) XXX_Size() int
- func (m *EventFundingStreamReward) XXX_Unmarshal(b []byte) error
- type FundingParameters
- func (*FundingParameters) Descriptor() ([]byte, []int)
- func (m *FundingParameters) Marshal() (dAtA []byte, err error)
- func (m *FundingParameters) MarshalTo(dAtA []byte) (int, error)
- func (m *FundingParameters) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*FundingParameters) ProtoMessage()
- func (m *FundingParameters) Reset()
- func (m *FundingParameters) Size() (n int)
- func (m *FundingParameters) String() string
- func (m *FundingParameters) Unmarshal(dAtA []byte) error
- func (m *FundingParameters) XXX_DiscardUnknown()
- func (m *FundingParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FundingParameters) XXX_Merge(src proto.Message)
- func (m *FundingParameters) XXX_Size() int
- func (m *FundingParameters) XXX_Unmarshal(b []byte) error
- type GenesisContent
- func (*GenesisContent) Descriptor() ([]byte, []int)
- func (m *GenesisContent) GetFundingParams() *FundingParameters
- func (m *GenesisContent) Marshal() (dAtA []byte, err error)
- func (m *GenesisContent) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisContent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisContent) ProtoMessage()
- func (m *GenesisContent) Reset()
- func (m *GenesisContent) Size() (n int)
- func (m *GenesisContent) String() string
- func (m *GenesisContent) Unmarshal(dAtA []byte) error
- func (m *GenesisContent) XXX_DiscardUnknown()
- func (m *GenesisContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisContent) XXX_Merge(src proto.Message)
- func (m *GenesisContent) XXX_Size() int
- func (m *GenesisContent) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type EventFundingStreamReward ¶
type EventFundingStreamReward struct { // The recipient of the funding stream reward. // This is a string value for future extensibility. // Currently it will be either "community-pool" // or an address. Recipient string `protobuf:"bytes,1,opt,name=recipient,proto3" json:"recipient,omitempty"` // The epoch for which the reward was paid. EpochIndex uint64 `protobuf:"varint,2,opt,name=epoch_index,json=epochIndex,proto3" json:"epoch_index,omitempty"` // The amount of the reward, in staking tokens. RewardAmount *v1.Amount `protobuf:"bytes,3,opt,name=reward_amount,json=rewardAmount,proto3" json:"reward_amount,omitempty"` }
Indicates that a funding stream reward was paid.
func (*EventFundingStreamReward) Descriptor ¶
func (*EventFundingStreamReward) Descriptor() ([]byte, []int)
func (*EventFundingStreamReward) GetEpochIndex ¶
func (m *EventFundingStreamReward) GetEpochIndex() uint64
func (*EventFundingStreamReward) GetRecipient ¶
func (m *EventFundingStreamReward) GetRecipient() string
func (*EventFundingStreamReward) GetRewardAmount ¶
func (m *EventFundingStreamReward) GetRewardAmount() *v1.Amount
func (*EventFundingStreamReward) Marshal ¶
func (m *EventFundingStreamReward) Marshal() (dAtA []byte, err error)
func (*EventFundingStreamReward) MarshalTo ¶
func (m *EventFundingStreamReward) MarshalTo(dAtA []byte) (int, error)
func (*EventFundingStreamReward) MarshalToSizedBuffer ¶
func (m *EventFundingStreamReward) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EventFundingStreamReward) ProtoMessage ¶
func (*EventFundingStreamReward) ProtoMessage()
func (*EventFundingStreamReward) Reset ¶
func (m *EventFundingStreamReward) Reset()
func (*EventFundingStreamReward) Size ¶
func (m *EventFundingStreamReward) Size() (n int)
func (*EventFundingStreamReward) String ¶
func (m *EventFundingStreamReward) String() string
func (*EventFundingStreamReward) Unmarshal ¶
func (m *EventFundingStreamReward) Unmarshal(dAtA []byte) error
func (*EventFundingStreamReward) XXX_DiscardUnknown ¶
func (m *EventFundingStreamReward) XXX_DiscardUnknown()
func (*EventFundingStreamReward) XXX_Marshal ¶
func (m *EventFundingStreamReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventFundingStreamReward) XXX_Merge ¶
func (m *EventFundingStreamReward) XXX_Merge(src proto.Message)
func (*EventFundingStreamReward) XXX_Size ¶
func (m *EventFundingStreamReward) XXX_Size() int
func (*EventFundingStreamReward) XXX_Unmarshal ¶
func (m *EventFundingStreamReward) XXX_Unmarshal(b []byte) error
type FundingParameters ¶
type FundingParameters struct { }
Funding component configuration data.
func (*FundingParameters) Descriptor ¶
func (*FundingParameters) Descriptor() ([]byte, []int)
func (*FundingParameters) Marshal ¶
func (m *FundingParameters) Marshal() (dAtA []byte, err error)
func (*FundingParameters) MarshalTo ¶
func (m *FundingParameters) MarshalTo(dAtA []byte) (int, error)
func (*FundingParameters) MarshalToSizedBuffer ¶
func (m *FundingParameters) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*FundingParameters) ProtoMessage ¶
func (*FundingParameters) ProtoMessage()
func (*FundingParameters) Reset ¶
func (m *FundingParameters) Reset()
func (*FundingParameters) Size ¶
func (m *FundingParameters) Size() (n int)
func (*FundingParameters) String ¶
func (m *FundingParameters) String() string
func (*FundingParameters) Unmarshal ¶
func (m *FundingParameters) Unmarshal(dAtA []byte) error
func (*FundingParameters) XXX_DiscardUnknown ¶
func (m *FundingParameters) XXX_DiscardUnknown()
func (*FundingParameters) XXX_Marshal ¶
func (m *FundingParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FundingParameters) XXX_Merge ¶
func (m *FundingParameters) XXX_Merge(src proto.Message)
func (*FundingParameters) XXX_Size ¶
func (m *FundingParameters) XXX_Size() int
func (*FundingParameters) XXX_Unmarshal ¶
func (m *FundingParameters) XXX_Unmarshal(b []byte) error
type GenesisContent ¶
type GenesisContent struct {
FundingParams *FundingParameters `protobuf:"bytes,1,opt,name=funding_params,json=fundingParams,proto3" json:"funding_params,omitempty"`
}
Genesis data for the funding component.
func (*GenesisContent) Descriptor ¶
func (*GenesisContent) Descriptor() ([]byte, []int)
func (*GenesisContent) GetFundingParams ¶
func (m *GenesisContent) GetFundingParams() *FundingParameters
func (*GenesisContent) Marshal ¶
func (m *GenesisContent) Marshal() (dAtA []byte, err error)
func (*GenesisContent) MarshalToSizedBuffer ¶
func (m *GenesisContent) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisContent) ProtoMessage ¶
func (*GenesisContent) ProtoMessage()
func (*GenesisContent) Reset ¶
func (m *GenesisContent) Reset()
func (*GenesisContent) Size ¶
func (m *GenesisContent) Size() (n int)
func (*GenesisContent) String ¶
func (m *GenesisContent) String() string
func (*GenesisContent) Unmarshal ¶
func (m *GenesisContent) Unmarshal(dAtA []byte) error
func (*GenesisContent) XXX_DiscardUnknown ¶
func (m *GenesisContent) XXX_DiscardUnknown()
func (*GenesisContent) XXX_Marshal ¶
func (m *GenesisContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisContent) XXX_Merge ¶
func (m *GenesisContent) XXX_Merge(src proto.Message)
func (*GenesisContent) XXX_Size ¶
func (m *GenesisContent) XXX_Size() int
func (*GenesisContent) XXX_Unmarshal ¶
func (m *GenesisContent) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.