View Source Stellar.Horizon.Operation.PathPaymentStrictSend (Elixir Stellar SDK v0.8.0)
Represents a PathPaymentStrictSend
operation from Horizon API.
Link to this section Summary
Link to this section Types
@type t() :: %Stellar.Horizon.Operation.PathPaymentStrictSend{ amount: float(), asset_code: String.t(), asset_issuer: String.t(), asset_type: float(), destination_min: String.t(), from: String.t(), path: [map()], source_amount: String.t(), source_asset_code: String.t(), source_asset_issuer: String.t(), source_asset_type: String.t(), to: String.t() }