View Source StellarBase.XDR.PublicKey (Elixir Stellar Base v0.11.1)

Representation of Stellar PublicKey type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.PublicKey{
  public_key: StellarBase.XDR.UInt256.t(),
  type: StellarBase.XDR.PublicKeyType.t()
}

Link to this section Functions

@spec new(
  public_key :: StellarBase.XDR.UInt256.t(),
  type :: StellarBase.XDR.PublicKeyType.t()
) :: t()