View Source Stellar.Horizon.Path (Elixir Stellar SDK v0.8.0)
Represents a Path
resource from Horizon API.
Link to this section Summary
Link to this section Types
@type t() :: %Stellar.Horizon.Path{ destination_amount: float(), destination_asset_code: String.t(), destination_asset_issuer: String.t(), destination_asset_type: String.t(), path: [map()], source_amount: float(), source_asset_code: String.t(), source_asset_issuer: String.t(), source_asset_type: String.t() }