Function try_deserailize_zero_copy_account

Source
pub async fn try_deserailize_zero_copy_account<T>(
    client: &RpcClient,
    pubkey: &Pubkey,
) -> Result<T>
where T: ZeroCopy,
Expand description

A workaround to deserialize “zero-copy” account data.

See anchort#2689 for more information.