Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/solana-program/system
/ MaybeAccount
Enum
MaybeAccount
clients/rust/src/generated/shared.rs:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
#[cfg(feature =
"fetch"
)]
17
#[derive(Debug, Clone)]
18
pub enum MaybeAccount<T> {
19
Exists(DecodedAccount<T>),
20
NotFound(solana_address::Address),
21
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected