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

Representation of Stellar PublicKeyType type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

new(type \\ :PUBLIC_KEY_TYPE_ED25519)

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