Stellar.TxBuild.PathPaymentStrictReceive (Elixir Stellar SDK v0.2.0) View Source
Sends an amount in a specific asset to a destination account through a path of offers.
Link to this section Summary
Link to this section Types
Specs
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()
}