Type Alias spl_token_2022::offchain::AccountDataResult
source · pub type AccountDataResult = Result<Option<Vec<u8, Global>>, Box<dyn Error + Send + Sync, Global>>;
Expand description
Type representing the output of an account fetching function, for easy chaining between APIs