View Source Stellar.TxBuild.PathPaymentStrictReceive (Elixir Stellar SDK v0.22.0)
Sends an amount in a specific asset to a destination account through a path of offers.
Summary
Types
@type t() :: %Stellar.TxBuild.PathPaymentStrictReceive{ dest_amount: Stellar.TxBuild.Amount.t(), dest_asset: Stellar.TxBuild.Asset.t(), destination: Stellar.TxBuild.Account.t(), path: Stellar.TxBuild.AssetsPath.t(), send_asset: Stellar.TxBuild.Asset.t(), send_max: Stellar.TxBuild.Amount.t(), source_account: Stellar.TxBuild.OptionalAccount.t() }