OfferCancel
An OfferCancel transaction removes an Offer object from Xahau.
[Source]
Cancel with OfferSequence
Cancel with OfferID
Fields
Tip: To remove an old offer and replace it with a new one, you can use an [OfferCreate transaction][] with an OfferSequence
parameter, instead of using OfferCancel and another OfferCreate.
The OfferCancel method returns tesSUCCESS
even if it did not find an offer with the matching sequence number.
Last updated