first version of URIToken amendment

This commit is contained in:
Richard Holland
2023-01-26 13:46:19 +00:00
parent 49207d007d
commit fbafb72262
16 changed files with 868 additions and 3 deletions

View File

@@ -139,13 +139,16 @@ enum TxType : std::uint16_t
/** This transaction accepts an existing offer to buy or sell an existing NFT. */
ttNFTOKEN_ACCEPT_OFFER = 29,
/** This transaction mints/burns/buys/sells a URI TOKEN */
ttURI_TOKEN = 45,
/** This transaction resets accumulator/counters and claims a reward for holding an average balance
* from a specified hook */
ttCLAIM_REWARD = 98,
/** This transaction invokes a hook, providing arbitrary data. Essentially as a 0 drop payment. **/
ttINVOKE = 99,
/** This system-generated transaction type is used to update the status of the various amendments.
For details, see: https://xrpl.org/amendments.html