Skip to content

Commit

Permalink
Update client code for ff16f088b04c2f921a1e9561044f70307afe57df (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
goplusbot authored Jul 12, 2023
1 parent e78f562 commit 22bdaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/client/Model/ResponseWrapperGetNftInfoResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ public function getOversupplyMinting()
/**
* Sets oversupply_minting
*
* @param int $oversupply_minting 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.)
* @param int $oversupply_minting 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.)
*
* @return $this
*/
Expand Down

0 comments on commit 22bdaee

Please sign in to comment.