BlockListType Class

Specifies whether to return the list of committed blocks, the list of uncommitted blocks, or both lists together.

Inheritance
builtins.object
BlockListType

Constructor

BlockListType()

Attributes

All

Both committed and uncommitted blocks.

All = 'all'

Committed

Committed blocks.

Committed = 'committed'

Uncommitted

Uncommitted blocks.

Uncommitted = 'uncommitted'