TransactionBlockKindInput
enum TransactionBlockKindInput : Enum<TransactionBlockKindInput>
Entries
| SYSTEM_TX | SYSTEM_TX |
| PROGRAMMABLE_TX | PROGRAMMABLE_TX |
| GENESIS | GENESIS |
| CONSENSUS_COMMIT_PROLOGUE_V1 | CONSENSUS_COMMIT_PROLOGUE_V1 |
| RANDOMNESS_STATE_UPDATE | RANDOMNESS_STATE_UPDATE |
| END_OF_EPOCH_TX | END_OF_EPOCH_TX |
Properties
| Name | Summary |
|---|---|
| entries | val entries: EnumEntries<TransactionBlockKindInput> Returns a representation of an immutable list of all enum entries, in the order they're declared. |
| name | val name: String |
| ordinal | val ordinal: Int |
Functions
| Name | Summary |
|---|---|
| valueOf | fun valueOf(value: String): TransactionBlockKindInput Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
| values | fun values(): Array<TransactionBlockKindInput> Returns an array containing the constants of this enum type, in the order they're declared. |
CONSENSUS_COMMIT_PROLOGUE_V1
Properties
| Name | Summary |
|---|---|
| name | val name: String |
| ordinal | val ordinal: Int |
END_OF_EPOCH_TX
Properties
| Name | Summary |
|---|---|
| name | val name: String |
| ordinal | val ordinal: Int |
GENESIS
Properties
| Name | Summary |
|---|---|
| name | val name: String |
| ordinal | val ordinal: Int |
PROGRAMMABLE_TX
Properties
| Name | Summary |
|---|---|
| name | val name: String |
| ordinal | val ordinal: Int |
RANDOMNESS_STATE_UPDATE
Properties
| Name | Summary |
|---|---|
| name | val name: String |
| ordinal | val ordinal: Int |
SYSTEM_TX
Properties
| Name | Summary |
|---|---|
| name | val name: String |
| ordinal | val ordinal: Int |