Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 411 Bytes

declining-offer.md

File metadata and controls

23 lines (18 loc) · 411 Bytes

Decline Offer

Here is what the header should look like when accepting an offer:

{
    "rootTx": "",
    "action": "offerdecline",
    "timestamp": number,
    "data": {

    },
    "signature": "SHA3-512 hash of signature of rootTx + action + timestamp + data"
}

This is what the data field should look like:

"data": {
    "txDecline": "" // The transaction that the offer was created in
}