Stellar.XDR.ClaimAtom (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar ClaimAtom
type.
Link to this section Summary
Link to this section Types
Specs
claim_atom() :: Stellar.XDR.ClaimOfferAtomV0.t() | Stellar.XDR.ClaimOfferAtom.t() | Stellar.XDR.ClaimLiquidityAtom.t()
Specs
t() :: %Stellar.XDR.ClaimAtom{ claim_atom: claim_atom(), type: Stellar.XDR.ClaimAtomType.t() }
Link to this section Functions
Specs
new(claim_atom :: claim_atom(), type :: Stellar.XDR.ClaimAtomType.t()) :: t()