Function reserved_keywords

Source
pub fn reserved_keywords() -> impl Iterator<Item = &'static str>
Expand description

Get the list of all reserved and restricted keywords from snarkVM. These keywords cannot be used as program names. See: https://github.com/ProvableHQ/snarkVM/blob/046a2964f75576b2c4afbab9aa9eabc43ceb6dc3/synthesizer/program/src/lib.rs#L192