Function core_preview::load_key
source · pub fn load_key(account: &AccountInfo<'_>, offset: usize) -> Result<Key, Error>Expand description
Load the one byte key from the account data at the given offset.
pub fn load_key(account: &AccountInfo<'_>, offset: usize) -> Result<Key, Error>Load the one byte key from the account data at the given offset.