View Source Stellar.Network (Elixir Stellar SDK v0.22.0)

Utility that handles Stellar's network configuration.

Summary

Types

@type hash() :: String.t()
@type passphrase() :: String.t()
@type url() :: String.t()

Functions

@spec futurenet_horizon_url() :: url()
@spec futurenet_passphrase() :: passphrase()
@spec local_horizon_url() :: url()
@spec network_id(passphrase :: passphrase()) :: hash()
Link to this function

network_id_xdr(passphrase)

View Source
@spec network_id_xdr(passphrase :: passphrase()) :: StellarBase.XDR.Hash.t()
@spec public_horizon_url() :: url()
@spec public_passphrase() :: passphrase()
@spec standalone_passphrase() :: passphrase()
@spec testnet_horizon_url() :: url()
@spec testnet_passphrase() :: passphrase()