URITokenCancelSellOffer

An URITokenCancelSellOffer transaction cancels a sell offer for a URIToken in Xahau.

[Source]

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

Example

{
    "TransactionType": "URITokenCancelSellOffer",
    "Account": "r9cZA1mLK5R5Am25ArfXFmqgNwjZgnfk59",
    "URITokenID": "C1AE6DDDEEC05CF2978C0BAD6FE27362498DGS691DC749DCDD3B95992978C0BA",
}

Fields

FieldJSON Type[Internal Type][]Description

Account

String

AccountID

The address of the account that owns the sell offer to cancel.

URITokenID

String

Hash256

The ID of the URIToken to cancel the sell offer.

Error Cases

Besides errors that can occur for all transactions, {{currentpage.name}} transactions can result in the following transaction result codes:

Error CodeDescription

tecNO_PERMISSION

Occurs when the account executing the tx is not the owner of the token.

Last updated