@@ -3239,6 +3239,19 @@ export const filecoinWarmStorageServiceStateViewAbi = [
32393239 ] ,
32403240 stateMutability : 'nonpayable' ,
32413241 } ,
3242+ {
3243+ type : 'function' ,
3244+ inputs : [
3245+ { name : 'payer' , internalType : 'address' , type : 'address' } ,
3246+ { name : 'offset' , internalType : 'uint256' , type : 'uint256' } ,
3247+ { name : 'limit' , internalType : 'uint256' , type : 'uint256' } ,
3248+ ] ,
3249+ name : 'clientDataSets' ,
3250+ outputs : [
3251+ { name : 'dataSetIds' , internalType : 'uint256[]' , type : 'uint256[]' } ,
3252+ ] ,
3253+ stateMutability : 'view' ,
3254+ } ,
32423255 {
32433256 type : 'function' ,
32443257 inputs : [ { name : 'payer' , internalType : 'address' , type : 'address' } ] ,
@@ -3307,6 +3320,36 @@ export const filecoinWarmStorageServiceStateViewAbi = [
33073320 outputs : [ { name : 'count' , internalType : 'uint256' , type : 'uint256' } ] ,
33083321 stateMutability : 'view' ,
33093322 } ,
3323+ {
3324+ type : 'function' ,
3325+ inputs : [
3326+ { name : 'client' , internalType : 'address' , type : 'address' } ,
3327+ { name : 'offset' , internalType : 'uint256' , type : 'uint256' } ,
3328+ { name : 'limit' , internalType : 'uint256' , type : 'uint256' } ,
3329+ ] ,
3330+ name : 'getClientDataSets' ,
3331+ outputs : [
3332+ {
3333+ name : 'infos' ,
3334+ internalType : 'struct FilecoinWarmStorageService.DataSetInfoView[]' ,
3335+ type : 'tuple[]' ,
3336+ components : [
3337+ { name : 'pdpRailId' , internalType : 'uint256' , type : 'uint256' } ,
3338+ { name : 'cacheMissRailId' , internalType : 'uint256' , type : 'uint256' } ,
3339+ { name : 'cdnRailId' , internalType : 'uint256' , type : 'uint256' } ,
3340+ { name : 'payer' , internalType : 'address' , type : 'address' } ,
3341+ { name : 'payee' , internalType : 'address' , type : 'address' } ,
3342+ { name : 'serviceProvider' , internalType : 'address' , type : 'address' } ,
3343+ { name : 'commissionBps' , internalType : 'uint256' , type : 'uint256' } ,
3344+ { name : 'clientDataSetId' , internalType : 'uint256' , type : 'uint256' } ,
3345+ { name : 'pdpEndEpoch' , internalType : 'uint256' , type : 'uint256' } ,
3346+ { name : 'providerId' , internalType : 'uint256' , type : 'uint256' } ,
3347+ { name : 'dataSetId' , internalType : 'uint256' , type : 'uint256' } ,
3348+ ] ,
3349+ } ,
3350+ ] ,
3351+ stateMutability : 'view' ,
3352+ } ,
33103353 {
33113354 type : 'function' ,
33123355 inputs : [ { name : 'client' , internalType : 'address' , type : 'address' } ] ,
@@ -3333,6 +3376,13 @@ export const filecoinWarmStorageServiceStateViewAbi = [
33333376 ] ,
33343377 stateMutability : 'view' ,
33353378 } ,
3379+ {
3380+ type : 'function' ,
3381+ inputs : [ { name : 'payer' , internalType : 'address' , type : 'address' } ] ,
3382+ name : 'getClientDataSetsLength' ,
3383+ outputs : [ { name : '' , internalType : 'uint256' , type : 'uint256' } ] ,
3384+ stateMutability : 'view' ,
3385+ } ,
33363386 {
33373387 type : 'function' ,
33383388 inputs : [ ] ,
@@ -3562,6 +3612,13 @@ export const pdpVerifierAbi = [
35623612 ] ,
35633613 stateMutability : 'nonpayable' ,
35643614 } ,
3615+ {
3616+ type : 'function' ,
3617+ inputs : [ ] ,
3618+ name : 'FIL_SYBIL_FEE' ,
3619+ outputs : [ { name : '' , internalType : 'uint256' , type : 'uint256' } ] ,
3620+ stateMutability : 'pure' ,
3621+ } ,
35653622 {
35663623 type : 'function' ,
35673624 inputs : [ ] ,
@@ -3748,6 +3805,25 @@ export const pdpVerifierAbi = [
37483805 ] ,
37493806 stateMutability : 'view' ,
37503807 } ,
3808+ {
3809+ type : 'function' ,
3810+ inputs : [
3811+ { name : 'setId' , internalType : 'uint256' , type : 'uint256' } ,
3812+ {
3813+ name : 'pieceCid' ,
3814+ internalType : 'struct Cids.Cid' ,
3815+ type : 'tuple' ,
3816+ components : [ { name : 'data' , internalType : 'bytes' , type : 'bytes' } ] ,
3817+ } ,
3818+ { name : 'startPieceId' , internalType : 'uint256' , type : 'uint256' } ,
3819+ { name : 'limit' , internalType : 'uint256' , type : 'uint256' } ,
3820+ ] ,
3821+ name : 'findPieceIdsByCid' ,
3822+ outputs : [
3823+ { name : 'pieceIds' , internalType : 'uint256[]' , type : 'uint256[]' } ,
3824+ ] ,
3825+ stateMutability : 'view' ,
3826+ } ,
37513827 {
37523828 type : 'function' ,
37533829 inputs : [ { name : 'setId' , internalType : 'uint256' , type : 'uint256' } ] ,
0 commit comments