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