Type Definition spl_transfer_hook_interface::offchain::AccountDataResult
source · pub type AccountDataResult = Result<Option<Vec<u8>>, AccountFetchError>;Expand description
Type representing the output of an account fetching function, for easy chaining between APIs