Key | Description |
---|---|
txHashes | Array of transaction hashes as strings |
amount | Bid amount in wei |
blockNumber | L1 block number targeted for bid inclusion |
decayStartTimestamp | Start timestamp for bid decay (in Unix milliseconds) |
decayEndTimestamp | End timestamp for bid decay (in Unix milliseconds) |
Example bid
Details on Bid Structure
Property | Description |
---|---|
txnHashes | Array of transaction hashes represented as strings |
amount | Amount to bid in wei |
blockNumber | L1 target block to have bid included |
decayStartTimestamp | Start timestamp for bid decay (in Unix milliseconds) |
decayEndTimestamp | End timestamp for bid decay (in Unix milliseconds) |
bidDigest | Hash of the bid |
bidSignature | Signed bidВigest = sign(bidDigest, signingKey) |
nikePublicKey | NIKE public key of the bidder, autogenerated for each bid |
Details on Decay Parameters
ThedecayStartTimestamp
and decayEndTimestamp
allow the bidder to set the range over which their bid decays.
You can find more details about the purpose and internal workings of the decay mechanism under the Bid Decay Page.