View Source Stellar.Horizon.Effect (Elixir Stellar SDK v0.22.0)
Represents a Effect
resource from Horizon API.
Summary
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() }