Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 655 Bytes

pay-auction.md

File metadata and controls

24 lines (18 loc) · 655 Bytes

Pay for Auction

Here is what the header should look like when purchasing an inscription that is listed for sale:

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

    }
}

This is what the data field should look like:

"data": {
    "transferTo": "" // The address that the BIM inscription should be transferred to. This must be the same as the winner of the auction
}

There MUST be an output in the same transaction that transfers the listed amount to the wallet in the auction, both are in the auction bid listing. If it isn't the correct amount, then the BIM transaction is considered invalid.