Skip to main content

TransactionKindInterface

type TransactionKindInterface

Transaction type

BCS

The BCS serialized form for this type is defined by the following ABNF:

```text transaction-kind = %d00 programmable-transaction ; Programmable =/ %d01 genesis-transaction ; Genesis =/ %d02 consensus-commit-prologue-v1 ; ConsensusCommitPrologueV1 =/ %d03 ; AuthenticatorStateUpdateV1Deprecated =/ %d04 (vector end-of-epoch-transaction-kind) ; EndOfEpoch =/ %d05 randomness-state-update ; RandomnessStateUpdate =/ %d06 transaction-deny-rules-update ; TransactionDenyRulesUpdate ```

type TransactionKindInterface interface {
}