pub fn read_address(
account: &AccountView,
offset: usize,
) -> Result<&Address, ProgramError>Expand description
Read a 32-byte address from account data.
The most common cross-program read: check the authority, mint, owner, or any other public key stored in a foreign account.