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