Module options

Source

Structsยง

BuildOptions
Compiler Options wrapper for Build command. Also used by other commands which require Build command output as their input.
EnvOptions
Overrides for the .env file.
ExtraOptions
Additional options that are common across a number of commands.
FeeOptions
The fee options for the transactions.
TransactionAction
What to do with a transaction produced by the CLI.

Functionsยง

get_consensus_version
parse_amount ๐Ÿ”’
parse_fee_options
parse_record ๐Ÿ”’
Parses the record string. If the string is a ciphertext, then attempt to decrypt it. Lifted from snarkOS.
parse_record_string ๐Ÿ”’