Function cryptoapis::apis::unified_endpoints_api::list_all_unconfirmed_transactions[][src]

pub async fn list_all_unconfirmed_transactions(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListAllUnconfirmedTransactionsR, Error<ListAllUnconfirmedTransactionsError>>
Expand description

Through this endpoint customers can list all unconfirmed transactions for a specified blockchain and network.