BlockListType Class
Specifies whether to return the list of committed blocks, the list of uncommitted blocks, or both lists together.
- Inheritance
-
builtins.objectBlockListType
Constructor
BlockListType()
Attributes
All
Both committed and uncommitted blocks.
All = 'all'
Committed
Committed blocks.
Committed = 'committed'
Uncommitted
Uncommitted blocks.
Uncommitted = 'uncommitted'
Feedback
Submit and view feedback for