StellarBase.StrKey (Elixir Stellar Base v0.2.2) View Source
Allows encoding and decoding signatures used in the Stellar network.
Link to this section Summary
Link to this section Types
Link to this section Functions
Specs
Specs
Specs
encode(data :: binary_data(), version :: atom()) :: {:ok, String.t()} | {:error, atom()}
Specs
encode!(data :: binary_data(), version :: atom()) :: String.t() | no_return()