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

Representation of Stellar PublicKeyType type.

Summary

Types

@type t() :: %StellarBase.XDR.PublicKeyType{identifier: atom()}

Functions

Link to this function

new(type \\ :PUBLIC_KEY_TYPE_ED25519)

View Source
@spec new(type :: atom()) :: t()