Skip to content

Commit 2760df5

Browse files
committed
Commit Release Artifacts [skip ci]
1 parent 42814fe commit 2760df5

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed
-21 Bytes
Binary file not shown.
Binary file not shown.
431 Bytes
Binary file not shown.
1.41 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-47 Bytes
Binary file not shown.

snippets/snippets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@
801801
},
802802
"ContractDeployer": {
803803
"name": "ContractDeployer",
804-
"summary": "Handles deploying new contracts\n\n\n",
804+
"summary": "Handles deploying new contracts\n\n@deploy\n\n\n",
805805
"examples": {},
806806
"methods": [],
807807
"properties": [
@@ -1076,7 +1076,7 @@
10761076
},
10771077
"ContractEvents": {
10781078
"name": "ContractEvents",
1079-
"summary": "Listen to Contract events in real time\n\n\n",
1079+
"summary": "Listen to Contract events in real time\n\n@contract\n\n\n",
10801080
"examples": {
10811081
"go": "\n// First get an instance of your contract\ncontract, _ := sdk.GetContract(\"0x...\");\n\n// Now, get all Transfer events from a specific block range\ncontract.Events.GetEvents(\"Transfer\", thirdweb.EventQueryOptions{\n FromBlock: 100000000,\n ToBlock: 100000001,\n})\n\n// And setup a listener to listen for future Transfer events\ncontract.Events.AddEventListener(\"Transfer\", func (event thirdweb.ContractEvent) {\n fmt.Printf(\"%#v\\n\", event)\n})\n"
10821082
},

0 commit comments

Comments
 (0)