View Source StellarBase.XDR.ClaimAtom (Elixir Stellar Base v0.16.0)
Representation of Stellar ClaimAtom
type.
Summary
Types
@type claim_atom() :: StellarBase.XDR.ClaimOfferAtomV0.t() | StellarBase.XDR.ClaimOfferAtom.t() | StellarBase.XDR.ClaimLiquidityAtom.t()
@type t() :: %StellarBase.XDR.ClaimAtom{ claim_atom: claim_atom(), type: StellarBase.XDR.ClaimAtomType.t() }
Functions
@spec new(claim_atom :: claim_atom(), type :: StellarBase.XDR.ClaimAtomType.t()) :: t()