Constant GET_CONTRACT_STORAGE_SELECTOR

Source
pub const GET_CONTRACT_STORAGE_SELECTOR: &[u8];
Expand description

Fictional selector for internal cross-contract calls to retrieve storage values.

This selector is used when one EVM contract needs to read a specific storage slot from another EVM contract. It does not correspond to any real EVM function, but is instead an internal protocol for inter-contract communication within Linera.