Stellar.Horizon.Transactions (Elixir Stellar SDK v0.3.0) View Source
Exposes functions to interact with Transactions in Horizon.
You can:
- Create a transaction.
Horizon API reference: https://developers.stellar.org/api/resources/transactions/
Link to this section Summary
Link to this section Types
Specs
hash() :: String.t()
Specs
response() :: {:ok, Stellar.Horizon.Transaction.t()} | {:error, Stellar.Horizon.Error.t()}