Stellar.XDR.Operations.ManageOfferSuccessResult (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar ManageOfferSuccessResult type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.Operations.ManageOfferSuccessResult{
  offer: Stellar.XDR.Operations.ManageOffer.t(),
  offers_claimed: Stellar.XDR.ClaimAtomList.t()
}

Link to this section Functions

Link to this function

new(offers_claimed, offer)

View Source

Specs

new(
  offers_claimed :: Stellar.XDR.ClaimAtomList.t(),
  offer :: Stellar.XDR.Operations.ManageOffer.t()
) :: t()