Stellar.Horizon.LiquidityPool (Elixir Stellar SDK v0.5.0) View Source
Represents a LiquidityPool resource from Horizon API.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.Horizon.LiquidityPool{
fee_bp: non_neg_integer(),
id: String.t(),
last_modified_ledger: non_neg_integer(),
last_modified_time: DateTime.t(),
paging_token: String.t(),
reserves: [map()],
total_shares: float(),
total_trustlines: non_neg_integer(),
type: String.t()
}