Skip to content

Commit

Permalink
Merge branch 'contracts-generate' of https://github.com/manifoldfinan…
Browse files Browse the repository at this point in the history
…ce/docs-xga into contracts-generate
  • Loading branch information
sambacha committed Jul 11, 2024
2 parents 0119414 + f43d8c7 commit a72b45f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
6 changes: 4 additions & 2 deletions docs/Reference/Contracts/Auctioneer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ description: Auctioneer Contract

# Auctioneer.sol

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/maaster/src/Auctioneer.sol)
> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/Auctioneer.sol)
!!! note Implements an auction mechanism for selling block space.
!!! note

Implements an auction mechanism for selling block space.

## Methods

Expand Down
8 changes: 5 additions & 3 deletions docs/Reference/Contracts/Bidder.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
description: Bidder
title: Bidder
---

# Bidder.sol

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/maaster/src/Bidder.sol)
> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/Bidder.sol)
## Methods

Expand All @@ -14,7 +14,9 @@ description: Bidder
function getBid(uint256 slot) external view returns (uint256[] packedBids)
```

!!! info Get the bid from a bidder for a specific slot and round.
!!! info

Get the bid from a bidder for a specific slot and round.

#### Parameters

Expand Down
4 changes: 2 additions & 2 deletions docs/Reference/Contracts/IAccountant.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
description: IAccountant
title: Interface Accountant
---

# IAccountant.sol

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/maaster/src/IAccountant.sol)
> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/IAccountant.sol)
## Methods

Expand Down
4 changes: 2 additions & 2 deletions docs/Reference/Contracts/IERC6909.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
description: ERC6909 Core Interface
title: ERC6909 Core Interface
---

# IERC6909.sol

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/maaster/src/IERC6909.sol)
> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/IERC6909.sol)
## Methods

Expand Down
6 changes: 4 additions & 2 deletions docs/Reference/Contracts/SettlementHouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ description: SettlementHouse

# SettlementHouse.sol

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/maaster/src/SettlementHouse.sol)
> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/SettlementHouse.sol)
!!! note A contract for managing bundles of transactions for a futures token.
!!! note

A contract for managing bundles of transactions for a futures token.

## Methods

Expand Down

0 comments on commit a72b45f

Please sign in to comment.