ExDeribit.Accounts.Announcements (ex_deribit v0.0.9)
Link to this section Summary
Link to this section Types
Link to this type
announcement()
Specs
announcement() :: ExDeribit.Announcement.t()
Link to this type
opts()
Specs
opts() :: %{
optional(:start_timestamp) => pos_integer(),
optional(:count) => pos_integer()
}
Link to this type
result()
Specs
result() :: {:ok, [announcement()]} | {:error, term()}
Link to this section Functions
Link to this function