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

Representation of Stellar PublicKey type.

Summary

Types

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

Functions

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