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