pub async fn fetch_transaction_history_with_config(
client: impl Borrow<RpcClient>,
address: &Pubkey,
commitment: CommitmentConfig,
until: Option<Signature>,
before: Option<Signature>,
batch: Option<usize>,
) -> Result<impl Stream<Item = Result<WithSlot<Signature>>>>
Expand description
Fetch transaction history for an address.