Skip to content

Commit

Permalink
Update Entities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chidubemokeke authored Oct 30, 2022
1 parent 3a13c38 commit ae33e34
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/docs/Entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,16 @@ sidebar_position: 2

## Ask

| Field | Type | Description |
| ------- | -------- | ------------------------------------------------------ |
| id | ID! | Ask ID |
| from | Account! | Account that created ask |
| open | Boolean! | Open status of punk. Asks can be either open or closed |
| amount | BigInt! | Ask for punk in ETH |
| nft | NFT | Punk being offered for sale |
| created | Event | Ask created at |
| removed | Event | Ask removed at |
| Field | Type | Description |
| --------- | --------- | ------------------------------------------------------ |
| id | ID! | Ask ID |
| from | Account! | Account that created ask |
| open | Boolean! | Open status of punk. Asks can be either open or closed |
| amount | BigInt! | Ask for punk in ETH |
| nft | NFT | Punk being offered for sale |
| created | Event | Ask created at |
| removed | Event | Ask removed at |
| offerType | OfferType | Type of offer |

## Bid

Expand Down

0 comments on commit ae33e34

Please sign in to comment.