Documentation ¶
Overview ¶
Package paths provides utilities and facilities for payment paths as needed by horizon. Most importantly, it provides the Finder interface, allowing for pluggable path finding back ends.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Path ¶
type Path struct { Path []xdr.Asset Source xdr.Asset Destination xdr.Asset // represents the source assets to be used as `sendMax` field for a `PathPaymentOp` struct Cost xdr.Int64 }
Path is the result returned by a path finder and is tied to the DestinationAmount used in the input query
Click to show internal directories.
Click to hide internal directories.