View Source StellarBase.XDR.Claimant (Elixir Stellar Base v0.16.0)
Representation of Stellar PublicKey
type.
Summary
Types
@type t() :: %StellarBase.XDR.Claimant{ claimant: StellarBase.XDR.ClaimantV0.t(), type: StellarBase.XDR.ClaimantType.t() }
Functions
@spec new( claimant :: StellarBase.XDR.ClaimantV0.t(), type :: StellarBase.XDR.ClaimantType.t() ) :: t()