Enumeration DatumType

Enumeration representing the type of datum. It can either be a data hash or inline data.

Enumeration Members

Enumeration Members

DataHash: 0

Represents a datum that is a data hash.

InlineData: 1

Represents a datum that is inline data.