Function switchboard_solana::prelude::fetch_borsh_account_async
source · pub async fn fetch_borsh_account_async<T: Discriminator + Owner + AccountDeserialize>(
client: &RpcClient,
pubkey: Pubkey
) -> Result<T, SbError>