Structs§
- A future.
- An identifier is an immutable UTF-8 string, represented as a constant field element in the circuit.
- A program ID is of the form
{name}.{network}
. If nonetwork
-level domain is specified, the default network is used. - The state path proves existence of the transition leaf to either a global or local state root.
Enums§
- A helper type for accessing an entry in a register, struct, array, or record.
- An argument passed into a future.
- An entry stored in program data.
- The literal enum represents all supported circuit types in snarkVM.
- A value stored in program data.
Traits§
- Unary operator for casting values of one type to another.
- Unary operator for casting values of one type to another, with lossy truncation.
Functions§
- Compute the function ID as
Hash(network_id, program_id.len(), program_id, function_name.len(), function_name)
.