xrpl
    Preparing search index...

    Interface RipplePathFindPathOption

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

    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.