Documentation ¶
Index ¶
- Constants
- func GetAccountProof(cdc *codec.Codec) *cobra.Command
- func GetAccountProofVerify(cdc *codec.Codec) *cobra.Command
- func GetDividendAccount(cdc *codec.Codec) *cobra.Command
- func GetDividendAccountRoot(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetSequence(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func IsOldTx(cdc *codec.Codec) *cobra.Command
- func TopupTxCmd(cdc *codec.Codec) *cobra.Command
- func WithdrawFeeTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
View Source
const ( FlagProposerAddress = "proposer" FlagUserAddress = "user" FlagValidatorID = "validator-id" FlagTxHash = "tx-hash" FlagLogIndex = "log-index" FlagBlockNumber = "block-number" FlagTo = "to" FlagAmount = "amount" FlagFeeAmount = "fee-amount" FlagValidatorAddress = "validator" FlagAccountProof = "proof" )
Variables ¶
This section is empty.
Functions ¶
func GetAccountProofVerify ¶ added in v0.3.2
func GetDividendAccountRoot ¶ added in v0.3.2
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func GetSequence ¶
GetSequence from the txhash and logIndex
func TopupTxCmd ¶
TopupTxCmd will create a topup tx
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.