pub const GET_ACCOUNT_INFO_SELECTOR: &[u8];Expand description
Fictional selector for internal cross-contract calls to retrieve account information.
This selector is used when one EVM contract needs to query the AccountInfo
of another EVM contract. It does not correspond to any real EVM function,
but is instead an internal protocol for inter-contract communication within Linera.