"details": { type: "string", description: "The validator's (optional) details" },
"dry-run": { type: "string", description: "the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible)" },
"fee-granter": { type: "string", description: "Fee granter grants fees for the transaction" },
"fee-payer": { type: "string", description: "Fee payer pays fees for the transaction instead of deducting from the signer" },
"fees": { type: "string", description: "Fees to pay along with transaction; eg: 10uatom" },
"from": { type: "string", description: "Name or address of private key with which to sign" },
"gas": { type: "string", default: "200000", description: "gas limit to set per-transaction; set to \"auto\" to calculate sufficient gas automatically. Note: \"auto\" option doesn't always report accurate results. Set a valid coin value to adjust the result. Can be used instead of \"fees\"." },
"gas-adjustment": { type: "float", default: "1", description: "adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored" },
"gas-prices": { type: "string", description: "Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom)" },
"generate-only": { type: "string", description: "an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name)" },
"sequence": { type: "string", description: "The sequence number of the signing account (offline mode only)" },
"sign-mode": { type: "string", description: "Choose sign mode (direct|amino-json|direct-aux|textual), this is an advanced feature" },
"timeout-height": { type: "string", description: "Set a block timeout height to prevent the tx from being committed past a certain height" },
"tip": { type: "string", description: "Tip is the amount that is going to be transferred to the fee payer on the target chain. This flag is only valid when used with --aux, and is ignored if the target chain didn't enable the TipDecorator" },
"website": { type: "string", description: "The validator's (optional) website" },