View Source StellarBase.XDR.CryptoKeyType (Elixir Stellar Base v0.15.0)

Representation of Stellar CryptoKeyType type.

Summary

Types

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

Functions

Link to this function

new(type \\ :KEY_TYPE_ED25510)

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