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
4 changes: 2 additions & 2 deletions swagger_client/models/response_wrapper_get_nft_info_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ def nft_items(self, nft_items):
def oversupply_minting(self):
"""Gets the oversupply_minting of this ResponseWrapperGetNftInfoResult. # noqa: E501

It describes whether this NFT owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit. \"1\" means true; \"0\" means false; \"Null\" means unknown.(Notice:Oversupply minting refers to the existence of a special mint method in the NFT contract the owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit.) # noqa: E501
It describes whether this NFT owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit. \"1\" means true; \"0\" means false; \"Null\" means unknown.(Notice:Oversupply minting refers to the existence of a special mint method in the NFT contract - the owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit.) # noqa: E501

:return: The oversupply_minting of this ResponseWrapperGetNftInfoResult. # noqa: E501
:rtype: int
Expand All @@ -891,7 +891,7 @@ def oversupply_minting(self):
def oversupply_minting(self, oversupply_minting):
"""Sets the oversupply_minting of this ResponseWrapperGetNftInfoResult.

It describes whether this NFT owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit. \"1\" means true; \"0\" means false; \"Null\" means unknown.(Notice:Oversupply minting refers to the existence of a special mint method in the NFT contract the owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit.) # noqa: E501
It describes whether this NFT owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit. \"1\" means true; \"0\" means false; \"Null\" means unknown.(Notice:Oversupply minting refers to the existence of a special mint method in the NFT contract - the owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit.) # noqa: E501

:param oversupply_minting: The oversupply_minting of this ResponseWrapperGetNftInfoResult. # noqa: E501
:type: int
Expand Down