Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/round-bindings/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Copyright (c) 2026 Sub Rosa contributors
import { Buffer } from "buffer";
import { Address } from "@stellar/stellar-sdk";
import {
Expand Down Expand Up @@ -100,7 +99,7 @@ auditor_pubkey: Buffer;
*/
commit_deadline: u64;
/**
* Opaque reference to the auction lot or item being sold (hash of an
* Opaque reference to the item / allocation being decided (hash of an
* off-chain description). The contract is agnostic to its meaning.
*/
item_ref: Buffer;
Expand Down Expand Up @@ -358,4 +357,4 @@ export class Client extends ContractClient {
get_bid_state: this.txFromJSON<Result<BidState>>,
get_bidders_page: this.txFromJSON<Result<BiddersPage>>
}
}
}
Loading