1#ifndef XRPL_PROTOCOL_TXFORMATS_H_INCLUDED
2#define XRPL_PROTOCOL_TXFORMATS_H_INCLUDED
4#include <xrpl/protocol/KnownFormats.h>
40#pragma push_macro("TRANSACTION")
43#define TRANSACTION(tag, value, ...) tag = value,
45#include <xrpl/protocol/detail/transactions.macro>
48#pragma pop_macro("TRANSACTION")
51 ttNICKNAME_SET [[deprecated(
"This transaction type is not supported and should not be used.")]] = 6,
54 ttCONTRACT [[deprecated(
"This transaction type is not supported and should not be used.")]] = 9,
57 ttSPINAL_TAP [[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.
@ ttSPINAL_TAP
This identifier was never used, but the slot is reserved for historical purposes.
@ ttCONTRACT
This transaction type is deprecated; it is retained for historical purposes.
@ ttHOOK_SET
This transaction type installs a hook.
@ ttNICKNAME_SET
This transaction type is deprecated; it is retained for historical purposes.