Module leo_lang::cli::commands

source ·

Re-exports§

Modules§

Structs§

  • Compiler Options wrapper for Build command. Also used by other commands which require Build command output as their input.
  • On Chain Execution Options to set preferences for keys, fees and networks. Used by Execute and Deploy commands.

Traits§

  • Base trait for the Leo CLI, see methods and their documentation for details.

Functions§

  • Determine if the transaction should be broadcast or displayed to user.
  • Parses the record string. If the string is a ciphertext, then attempt to decrypt it. Lifted from snarkOS.