View Source StellarBase.XDR.Operations.PathPaymentStrictSend (Elixir Stellar Base v0.16.0)
Representation of Stellar PathPaymentStrictSend
type.
Summary
Types
@type 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() }
Functions
Link to this function
new(send_asset, send_amount, destination, dest_asset, dest_min, path)
View Source@spec 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()