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

Representation of Stellar PathPaymentStrictSend type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.Operations.PathPaymentStrictSend{
  dest_asset: StellarBase.XDR.Asset.t(),
  dest_min: StellarBase.XDR.Int64.t(),
  destination: StellarBase.XDR.MuxedAccount.t(),
  path: StellarBase.XDR.Assets.t(),
  send_amount: StellarBase.XDR.Int64.t(),
  send_asset: StellarBase.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 :: StellarBase.XDR.Asset.t(),
  send_amount :: StellarBase.XDR.Int64.t(),
  destination :: StellarBase.XDR.MuxedAccount.t(),
  dest_asset :: StellarBase.XDR.Asset.t(),
  dest_min :: StellarBase.XDR.Int64.t(),
  path :: StellarBase.XDR.Assets.t()
) :: t()