Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

is_dynamic_type

Checks if a single EVM type is dynamic.

Arguments

  • evm_type - The EVM type to check.

Returns

  • true if the type is dynamic; otherwise, false.

Fully qualified path: alexandria_evm::utils::is_dynamic_type

pub fn is_dynamic_type(evm_type: @EVMTypes) -> bool