BlockListTypes Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum BlockListTypes
[<System.Flags>]
type BlockListTypes = 
Public Enum BlockListTypes
Inheritance
BlockListTypes
Attributes

Fields

All 3

Flag to specify returning both committed and uncommitted blocks.

Committed 1

Flag to specify returning the list of committed blocks.

Uncommitted 2

Flag to specify returning the list of uncommitted blocks.

Applies to