Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 22d436a

Browse files
committed
Update listing.py
1 parent af5b8d4 commit 22d436a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

nftlabs/types/listing.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
class Listing:
1111
id: str
1212
seller: str
13-
tokenContract: str
14-
tokenId: str
15-
tokenMetadata: NFTMetadata
13+
token_contract: str
14+
token_id: str
15+
token_metadata: Optional[NFTMetadata] = None
1616
quantity: int
17-
currencyContract: str
18-
currencyMetadata: CurrencyValue | null
17+
currency_contract: str
18+
currency_metadata: CurrencyValue | null
1919
price: int
20-
saleStart: str
21-
saleEnd: str
20+
sale_start: str
21+
sale_end: str

0 commit comments

Comments
 (0)