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