diff --git a/swagger_client/models/response_wrapper_get_nft_info_result.py b/swagger_client/models/response_wrapper_get_nft_info_result.py index 7478d1f..ce8889e 100644 --- a/swagger_client/models/response_wrapper_get_nft_info_result.py +++ b/swagger_client/models/response_wrapper_get_nft_info_result.py @@ -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 @@ -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