Stellar.Horizon.Operation.PathPaymentStrictSend (Elixir Stellar SDK v0.5.0) View Source
Represents a PathPaymentStrictSend operation from Horizon API.
Link to this section Summary
Link to this section Types
Specs
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()
}