add ticket seq to uritoken txs

This commit is contained in:
Denis Angell
2023-02-14 14:54:59 -05:00
committed by Richard Holland
parent 9b47b188fc
commit cfb6dfedf9

View File

@@ -367,6 +367,7 @@ TxFormats::TxFormats()
{
{sfURI, soeREQUIRED},
{sfDigest, soeOPTIONAL},
{sfTicketSequence, soeOPTIONAL},
},
commonFields);
@@ -374,6 +375,7 @@ TxFormats::TxFormats()
ttURITOKEN_BURN,
{
{sfURITokenID, soeREQUIRED},
{sfTicketSequence, soeOPTIONAL},
},
commonFields);
@@ -382,6 +384,7 @@ TxFormats::TxFormats()
{
{sfURITokenID, soeREQUIRED},
{sfAmount, soeREQUIRED},
{sfTicketSequence, soeOPTIONAL},
},
commonFields);
@@ -391,6 +394,7 @@ TxFormats::TxFormats()
{sfURITokenID, soeREQUIRED},
{sfAmount, soeREQUIRED},
{sfDestination, soeOPTIONAL},
{sfTicketSequence, soeOPTIONAL},
},
commonFields);
@@ -398,6 +402,7 @@ TxFormats::TxFormats()
ttURITOKEN_CANCEL_SELL_OFFER,
{
{sfURITokenID, soeREQUIRED},
{sfTicketSequence, soeOPTIONAL},
},
commonFields);
}