Documentation
¶
Overview ¶
Package consensus implements the consensus sub-commands.
Index ¶
Constants ¶
View Source
const ( // CmdConsensus is the consensus subcommand. CmdConsensus = "consensus" // CmdSubmitTx is the submit_tx subcommand. CmdSubmitTx = "submit_tx" // CmdShowTx is the show_tx subcommand. CmdShowTx = "show_tx" // CmdEstimateGas is the estimate_gas subcommand. CmdEstimateGas = "estimate_gas" // CmdNextBlockState is the next_block_state subcommand. CmdNextBlockState = "next_block_state" // CfgSignerPub is the public key of the account that will sign an unsigned transaction in estimate gas. CfgSignerPub = "consensus.signer_pub" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.