3#include <xrpl/protocol/KnownFormats.h>
4#include <xrpl/protocol/SOTemplate.h>
47#pragma push_macro("TRANSACTION")
50#define TRANSACTION(tag, value, ...) tag = value,
52#include <xrpl/protocol/detail/transactions.macro>
55#pragma pop_macro("TRANSACTION")
60 TtNicknameSet [[deprecated(
"This transaction type is not supported and should not be used.")]] = 6,
65 TtContract [[deprecated(
"This transaction type is not supported and should not be used.")]] = 9,
70 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.