Stellar.XDR.Operations.PathPaymentStrictSend (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar PathPaymentStrictSend type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.Operations.PathPaymentStrictSend{
  dest_asset: Stellar.XDR.Asset.t(),
  dest_min: Stellar.XDR.Int64.t(),
  destination: Stellar.XDR.MuxedAccount.t(),
  path: Stellar.XDR.Assets.t(),
  send_amount: Stellar.XDR.Int64.t(),
  send_asset: Stellar.XDR.Asset.t()
}

Link to this section Functions

Link to this function

new(send_asset, send_amount, destination, dest_asset, dest_min, path)

View Source

Specs

new(
  send_asset :: Stellar.XDR.Asset.t(),
  send_amount :: Stellar.XDR.Int64.t(),
  destination :: Stellar.XDR.MuxedAccount.t(),
  dest_asset :: Stellar.XDR.Asset.t(),
  dest_min :: Stellar.XDR.Int64.t(),
  path :: Stellar.XDR.Assets.t()
) :: t()