ex_deribit v0.0.4 ExDeribit.Accounts.Announcements

Link to this section Summary

Link to this section Types

Link to this type

announcement()

announcement() :: ExDeribit.Announcement.t()
Link to this type

opts()

opts() :: %{
  optional(:start_timestamp) => pos_integer(),
  optional(:count) => pos_integer()
}
Link to this type

result()

result() :: {:ok, [announcement()]} | {:error, term()}

Link to this section Functions

Link to this function

get(opts \\ %{})

get(opts()) :: result()