Stellar.Ed25519.StrKey (Elixir Stellar Base v0.1.3) View Source

Functions to encode/decode Ed25519 keys.

Link to this section Summary

Link to this section Functions

Link to this function

decode!(data, version_bytes)

View Source

Specs

decode!(data :: String.t() | nil, version_bytes :: integer()) :: binary()
Link to this function

encode!(data, version_bytes)

View Source

Specs

encode!(data :: binary() | nil, version_bytes :: integer()) :: String.t()