Interface RipplePathFindPathOption

interface RipplePathFindPathOption {
    paths_computed: Path[];
    source_amount: Amount;
}

Properties

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.