Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PairingUnstakeProposalJSON ¶
type PairingUnstakeProposalJSON struct {
Proposal types.UnstakeProposal `json:"proposal"`
Deposit string `json:"deposit" yaml:"deposit"`
}
func ParseUnstakeProposalJSON ¶
func ParseUnstakeProposalJSON(cdc *codec.LegacyAmino, proposalFile string) (ret PairingUnstakeProposalJSON, err error)
Parse unstake add proposal JSON from file
Click to show internal directories.
Click to hide internal directories.