Skip to content

URITokenBurn

[Source]

(Added by the [URIToken amendment][].)

The URITokenBurn transaction is used to burn a URIToken in Xahau. Burning a URIToken permanently removes it from circulation.

{
"TransactionType": "URITokenBurn",
"Account": "rWYkbWkCeg8dP6rXALnjgZSjjLyih5NXm",
"URITokenID": "C1AE6DDDEEC05CF2978C0BAD6FE27362498DGS691DC749DCDD3B95992978C0BA",
}
FieldJSON Type[Internal Type][]Description
AccountStringAccountIDThe address of the account that owns the URIToken to be burned.
URITokenIDStringHash256The ID of the URIToken to burn.

The URITokenBurn transaction does not have any special transaction cost requirements.

Besides errors that can occur for all transactions, URITokenBurn transactions can result in the following transaction result codes:

Error CodeDescription
tecNO_PERMISSIONOccurs if the account does not have permission to burn the token.