Function listen::seller_service::get_account_with_retries
source ยท pub async fn get_account_with_retries<T>(
client: &RpcClient,
addr: &Pubkey,
) -> Result<Option<T>, Box<dyn Error>>where
T: Clone,