View Source Stellar.Horizon.Effect (Elixir Stellar SDK v0.15.1)

Represents a Effect resource from Horizon API.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.Horizon.Effect{
  account: String.t(),
  attributes: map(),
  created_at: DateTime.t(),
  id: String.t(),
  paging_token: String.t(),
  type: String.t(),
  type_i: non_neg_integer()
}