Stellar.Horizon.ClaimableBalance (Elixir Stellar SDK v0.5.0) View Source
Represents a ClaimableBalance resource from Horizon API.
Link to this section Summary
Link to this section Types
Specs
t() :: %Stellar.Horizon.ClaimableBalance{
amount: float(),
asset: String.t(),
claimants: [map()],
id: String.t(),
last_modified_ledger: non_neg_integer(),
last_modified_time: DateTime.t(),
paging_token: String.t(),
sponsor: String.t() | nil
}