View Source StellarBase.XDR.Operations.PathPaymentStrictResultSuccess (Elixir Stellar Base v0.13.0)
Representation of Stellar PathPaymentStrictResultSuccess
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.Operations.PathPaymentStrictResultSuccess{ last: StellarBase.XDR.Operations.SimplePaymentResult.t(), offers: StellarBase.XDR.ClaimAtomList.t() }
Link to this section Functions
@spec new( offers :: StellarBase.XDR.ClaimAtomList.t(), last :: StellarBase.XDR.Operations.SimplePaymentResult.t() ) :: t()