Interface PathFindPathOption

interface PathFindPathOption {
    destination_amount?: Amount;
    paths_computed: Path[];
    source_amount: Amount;
}

Properties

destination_amount?: Amount

Destination Amount that the destination would receive along this path. If the send_max field is set, this field will be set.

paths_computed: Path[]

Array of arrays of objects defining payment paths.

source_amount: Amount

Currency Amount that the source would have to send along this path for the. Destination to receive the desired amount.