corda / net.corda.core.contracts / ComponentGroupEnum

ComponentGroupEnum

enum class ComponentGroupEnum

An enum, for which each property corresponds to a transaction component group. The position in the enum class declaration (ordinal) is used for component-leaf ordering when computing the Merkle tree.

Enum Values

INPUTS_GROUP

OUTPUTS_GROUP

COMMANDS_GROUP

ATTACHMENTS_GROUP

NOTARY_GROUP

TIMEWINDOW_GROUP

SIGNERS_GROUP

REFERENCES_GROUP

PARAMETERS_GROUP