Stellar v0.3.0 Stellar.PaymentPaths View Source
Functions for interacting with PaymentPaths
Link to this section Summary
Functions
Returns payment paths meeting the given parameters
Link to this section Functions
Link to this function
all(destination_account, destination_asset_type, destination_amount, params \\ [])
View Source
all(binary(), Stellar.asset_type(), number(), Keyword.t()) :: {Stellar.status(), map()}
Returns payment paths meeting the given parameters
optional params
can take any of the following:
destination_asset_code
: The code for the destination. Required if destination_asset_type is notnative
.destination_asset_issuer
: The issuer for the destination, Required if destination_asset_type is notnative
.source_account
: The sender’s account id. Any returned path must use a source that the sender can hold.