# Functions
ParseBlockParameter attempts to convert a string to a BlockParameter.
ParseSortingPreference attempts to convert a string to a SortingPreference.
# Constants
No description provided by the author
BlockParameterEarliest is a BlockParameter of type Earliest.
BlockParameterLatest is a BlockParameter of type Latest.
BlockParameterPending is a BlockParameter of type Pending.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SortingPreferenceAsc is a SortingPreference of type Asc.
SortingPreferenceDesc is a SortingPreference of type Desc.
No description provided by the author
No description provided by the author
# Type aliases
BlockParameter is an enumeration of allowed block parameters.
SortingPreference is an enumeration of sorting preferences.