Stellar.Horizon.Effect (Elixir Stellar SDK v0.5.0) View Source
Represents a Effect resource from Horizon API.
Link to this section Summary
Link to this section Types
Specs
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()
}