20#ifndef RIPPLE_PROTOCOL_TXFORMATS_H_INCLUDED 
   21#define RIPPLE_PROTOCOL_TXFORMATS_H_INCLUDED 
   23#include <xrpl/protocol/KnownFormats.h> 
   59#pragma push_macro("TRANSACTION") 
   62#define TRANSACTION(tag, value, ...) tag = value, 
   64#include <xrpl/protocol/detail/transactions.macro> 
   67#pragma pop_macro("TRANSACTION") 
   70    ttNICKNAME_SET [[deprecated(
"This transaction type is not supported and should not be used.")]] = 6,
 
   73    ttCONTRACT [[deprecated(
"This transaction type is not supported and should not be used.")]] = 9,
 
   76    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.