[][src]Function stellar_federation::resolve_stellar_forward

pub async fn resolve_stellar_forward<'a, K>(
    forward_parameters: K,
    server: &Url
) -> Result<FederationResponse, Error> where
    K: IntoIterator<Item = (&'a str, &'a str)>, 

Resolves to the information to send a payment to a different network or institution.

The forward_parameters parameters will vary depending on what institution is the destination of the payment. The stellar.toml file of the institution should specify which parameters to include.