View Source StellarBase.XDR.SignerKeyType (Elixir Stellar Base v0.11.0)

Representation of Stellar SignerKeyType type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

new(type \\ :SIGNER_KEY_TYPE_ED25519)

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