Discard transactions

As a Notardec API consumer You have a function that allows you to discard transactions without using the TEOS API

POST /device/discardTransaction

{
  "transactionId": "string",
  "signingAddress": "string"
}
  • transactionId: The ID of the transaction we want to discard.
  • signingAddress: The ID of the wallet that this transaction belongs to.