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

Representation of Stellar PublicKey type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.Claimant{
  claimant: StellarBase.XDR.ClaimantV0.t(),
  type: StellarBase.XDR.ClaimantType.t()
}

Link to this section Functions

Specs

new(
  claimant :: StellarBase.XDR.ClaimantV0.t(),
  type :: StellarBase.XDR.ClaimantType.t()
) :: t()