3#include <xrpl/protocol/KnownFormats.h>
43#pragma push_macro("TRANSACTION")
46#define TRANSACTION(tag, value, ...) tag = value,
48#include <xrpl/protocol/detail/transactions.macro>
51#pragma pop_macro("TRANSACTION")
54 TtNicknameSet [[deprecated(
"This transaction type is not supported and should not be used.")]] = 6,
57 TtContract [[deprecated(
"This transaction type is not supported and should not be used.")]] = 9,
60 TtSpinalTap [[deprecated(
"This transaction type is not supported and should not be used.")]] = 11,
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
TxType
Transaction type identifiers.
@ TtNicknameSet
This transaction type is deprecated; it is retained for historical purposes.
@ TtContract
This transaction type is deprecated; it is retained for historical purposes.
@ TtSpinalTap
This identifier was never used, but the slot is reserved for historical purposes.
@ TtHookSet
This transaction type installs a hook.