We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a96036 commit ec0db84Copy full SHA for ec0db84
pdp/contract/PDPVerifier.abi
@@ -192,6 +192,30 @@
192
"outputs": [],
193
"stateMutability": "nonpayable"
194
},
195
+ {
196
+ "type": "function",
197
+ "name": "createDataSet",
198
+ "inputs": [
199
200
+ "name": "listenerAddr",
201
+ "type": "address",
202
+ "internalType": "address"
203
+ },
204
205
+ "name": "extraData",
206
+ "type": "bytes",
207
+ "internalType": "bytes"
208
+ }
209
+ ],
210
+ "outputs": [
211
212
+ "name": "",
213
+ "type": "uint256",
214
+ "internalType": "uint256"
215
216
217
+ "stateMutability": "payable"
218
219
{
220
"type": "function",
221
"name": "dataSetLive",
0 commit comments