Function switchboard_on_demand::prelude::fetch_borsh_account_async
source ยท pub async fn fetch_borsh_account_async<T: Discriminator + Owner + AccountDeserialize>(
client: &RpcClient,
pubkey: Pubkey,
) -> Result<T, OnDemandError>