Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConsensusCmd ¶
Types ¶
type MsgResolutionStatus ¶
type MsgResolutionStatus struct {
types.PendingResolution
// contains filtered or unexported fields
}
func (MsgResolutionStatus) MarshalJSON ¶
func (rs MsgResolutionStatus) MarshalJSON() ([]byte, error)
func (MsgResolutionStatus) MarshalText ¶
func (rs MsgResolutionStatus) MarshalText() ([]byte, error)
type MsgUpdateResolutionStatus ¶
type MsgUpdateResolutionStatus struct {
ResStatus MsgResolutionStatus `json:"status"`
Proposal *types.ConsensusParamUpdateProposal `json:"proposal"`
}
func (MsgUpdateResolutionStatus) MarshalJSON ¶
func (urs MsgUpdateResolutionStatus) MarshalJSON() ([]byte, error)
func (MsgUpdateResolutionStatus) MarshalText ¶
func (urs MsgUpdateResolutionStatus) MarshalText() ([]byte, error)
type UpdateProposals ¶
type UpdateProposals struct {
// contains filtered or unexported fields
}
func (UpdateProposals) MarshalJSON ¶
func (up UpdateProposals) MarshalJSON() ([]byte, error)
func (*UpdateProposals) MarshalText ¶
func (up *UpdateProposals) MarshalText() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.