View Source Stellar.Horizon.Operation.PathPaymentStrictSend (Elixir Stellar SDK v0.22.0)

Represents a PathPaymentStrictSend operation from Horizon API.

Summary

Types

@type t() :: %Stellar.Horizon.Operation.PathPaymentStrictSend{
  amount: String.t(),
  asset_code: String.t(),
  asset_issuer: String.t(),
  asset_type: String.t(),
  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()
}