Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagSequence = "sequence" FlagNonceKey = "nonce-key" )
nolint
Variables ¶
View Source
var NonceQueryCmd = &cobra.Command{ Use: "nonce [address]", Short: "Get details of a nonce sequence number, with proof", RunE: commands.RequireInit(nonceQueryCmd), }
NonceQueryCmd - command to query an nonce account
Functions ¶
This section is empty.
Types ¶
type NonceWrapper ¶
type NonceWrapper struct{}
NonceWrapper wraps a tx with a nonce
func (NonceWrapper) Register ¶
func (NonceWrapper) Register(fs *pflag.FlagSet)
Register adds the sequence flags to the cli
Click to show internal directories.
Click to hide internal directories.