This repository was archived by the owner on May 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8080 "Royalty" : [
8181 {
8282 "name" : " get_default_royalty_info" ,
83- "summary" : " Get the royalty recipient and fee ```python royalty_info = contract.royalties.get_default_royalty_info() print(royalty_info) ``` " ,
83+ "summary" : " Get the royalty recipient and fee" ,
8484 "examples" : {
8585 "python" : " royalty_info = contract.royalties.get_default_royalty_info()\n print(royalty_info)"
8686 },
Original file line number Diff line number Diff line change 12461246 "methods" : [
12471247 {
12481248 "name" : " get_default_royalty_info" ,
1249- "summary" : " Get the royalty recipient and fee ```python royalty_info = contract.royalties.get_default_royalty_info() print(royalty_info) ``` " ,
1249+ "summary" : " Get the royalty recipient and fee" ,
12501250 "example" : " royalty_info = contract.royalties.get_default_royalty_info()\n print(royalty_info)" ,
12511251 "reference" : " https://docs.thirdweb.com/python/contract-royalty#get_default_royalty_info" ,
12521252 "extensions" : [
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def __init__(
1919 def get_default_royalty_info (self ) -> ContractRoyaltySchema :
2020 """
2121 Get the royalty recipient and fee
22-
22+
2323 ```python
2424 royalty_info = contract.royalties.get_default_royalty_info()
2525 print(royalty_info)
You can’t perform that action at this time.
0 commit comments