View Source StellarBase.XDR.Claimant (Elixir Stellar Base v0.9.1)

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()