Stellar v0.3.0 Stellar View Source

Stellar Client for Elixir

Setup

Add the following to your configuration:

config :stellar, network: :public # Default is `:public`. To use test network, use `:test`

Link to this section Summary

Link to this section Types

Link to this type asset_type() View Source
asset_type() :: :native | :credit_alphanum4 | :credit_alphanum12
Link to this type status() View Source
status() :: :ok | :error