Skip to content

Commit bf8ad5a

Browse files
committed
abis
1 parent 28a8a62 commit bf8ad5a

File tree

1 file changed

+256
-0
lines changed

1 file changed

+256
-0
lines changed

abis/Client.json

Lines changed: 256 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,236 @@
605605
],
606606
"anonymous": false
607607
},
608+
{
609+
"type": "event",
610+
"name": "debugBeneficiary",
611+
"inputs": [
612+
{
613+
"name": "beneficiary",
614+
"type": "tuple",
615+
"indexed": false,
616+
"internalType": "struct MinerTypes.GetBeneficiaryReturn",
617+
"components": [
618+
{
619+
"name": "active",
620+
"type": "tuple",
621+
"internalType": "struct MinerTypes.ActiveBeneficiary",
622+
"components": [
623+
{
624+
"name": "beneficiary",
625+
"type": "tuple",
626+
"internalType": "struct CommonTypes.FilAddress",
627+
"components": [
628+
{
629+
"name": "data",
630+
"type": "bytes",
631+
"internalType": "bytes"
632+
}
633+
]
634+
},
635+
{
636+
"name": "term",
637+
"type": "tuple",
638+
"internalType": "struct MinerTypes.BeneficiaryTerm",
639+
"components": [
640+
{
641+
"name": "quota",
642+
"type": "tuple",
643+
"internalType": "struct CommonTypes.BigInt",
644+
"components": [
645+
{
646+
"name": "val",
647+
"type": "bytes",
648+
"internalType": "bytes"
649+
},
650+
{
651+
"name": "neg",
652+
"type": "bool",
653+
"internalType": "bool"
654+
}
655+
]
656+
},
657+
{
658+
"name": "used_quota",
659+
"type": "tuple",
660+
"internalType": "struct CommonTypes.BigInt",
661+
"components": [
662+
{
663+
"name": "val",
664+
"type": "bytes",
665+
"internalType": "bytes"
666+
},
667+
{
668+
"name": "neg",
669+
"type": "bool",
670+
"internalType": "bool"
671+
}
672+
]
673+
},
674+
{
675+
"name": "expiration",
676+
"type": "int64",
677+
"internalType": "CommonTypes.ChainEpoch"
678+
}
679+
]
680+
}
681+
]
682+
},
683+
{
684+
"name": "proposed",
685+
"type": "tuple",
686+
"internalType": "struct MinerTypes.PendingBeneficiaryChange",
687+
"components": [
688+
{
689+
"name": "new_beneficiary",
690+
"type": "tuple",
691+
"internalType": "struct CommonTypes.FilAddress",
692+
"components": [
693+
{
694+
"name": "data",
695+
"type": "bytes",
696+
"internalType": "bytes"
697+
}
698+
]
699+
},
700+
{
701+
"name": "new_quota",
702+
"type": "tuple",
703+
"internalType": "struct CommonTypes.BigInt",
704+
"components": [
705+
{
706+
"name": "val",
707+
"type": "bytes",
708+
"internalType": "bytes"
709+
},
710+
{
711+
"name": "neg",
712+
"type": "bool",
713+
"internalType": "bool"
714+
}
715+
]
716+
},
717+
{
718+
"name": "new_expiration",
719+
"type": "int64",
720+
"internalType": "CommonTypes.ChainEpoch"
721+
},
722+
{
723+
"name": "approved_by_beneficiary",
724+
"type": "bool",
725+
"internalType": "bool"
726+
},
727+
{
728+
"name": "approved_by_nominee",
729+
"type": "bool",
730+
"internalType": "bool"
731+
}
732+
]
733+
}
734+
]
735+
}
736+
],
737+
"anonymous": false
738+
},
739+
{
740+
"type": "event",
741+
"name": "debugDeserialize",
742+
"inputs": [
743+
{
744+
"name": "allocations",
745+
"type": "tuple[]",
746+
"indexed": false,
747+
"internalType": "struct Client.ProviderAllocation[]",
748+
"components": [
749+
{
750+
"name": "provider",
751+
"type": "uint64",
752+
"internalType": "CommonTypes.FilActorId"
753+
},
754+
{
755+
"name": "size",
756+
"type": "uint64",
757+
"internalType": "uint64"
758+
},
759+
{
760+
"name": "allocationTime",
761+
"type": "int64",
762+
"internalType": "int64"
763+
}
764+
]
765+
},
766+
{
767+
"name": "claimExtensions",
768+
"type": "tuple[]",
769+
"indexed": false,
770+
"internalType": "struct Client.ProviderClaim[]",
771+
"components": [
772+
{
773+
"name": "provider",
774+
"type": "uint64",
775+
"internalType": "CommonTypes.FilActorId"
776+
},
777+
{
778+
"name": "claim",
779+
"type": "uint64",
780+
"internalType": "CommonTypes.FilActorId"
781+
},
782+
{
783+
"name": "termMax",
784+
"type": "int64",
785+
"internalType": "int64"
786+
}
787+
]
788+
},
789+
{
790+
"name": "longestAllocation",
791+
"type": "tuple",
792+
"indexed": false,
793+
"internalType": "struct Client.ProviderAllocation",
794+
"components": [
795+
{
796+
"name": "provider",
797+
"type": "uint64",
798+
"internalType": "CommonTypes.FilActorId"
799+
},
800+
{
801+
"name": "size",
802+
"type": "uint64",
803+
"internalType": "uint64"
804+
},
805+
{
806+
"name": "allocationTime",
807+
"type": "int64",
808+
"internalType": "int64"
809+
}
810+
]
811+
},
812+
{
813+
"name": "longestClaimExtension",
814+
"type": "tuple",
815+
"indexed": false,
816+
"internalType": "struct Client.ProviderClaim",
817+
"components": [
818+
{
819+
"name": "provider",
820+
"type": "uint64",
821+
"internalType": "CommonTypes.FilActorId"
822+
},
823+
{
824+
"name": "claim",
825+
"type": "uint64",
826+
"internalType": "CommonTypes.FilActorId"
827+
},
828+
{
829+
"name": "termMax",
830+
"type": "int64",
831+
"internalType": "int64"
832+
}
833+
]
834+
}
835+
],
836+
"anonymous": false
837+
},
608838
{
609839
"type": "error",
610840
"name": "AccessControlBadConfirmation",
@@ -713,6 +943,27 @@
713943
"name": "InsufficientAllowance",
714944
"inputs": []
715945
},
946+
{
947+
"type": "error",
948+
"name": "InsufficientBeneficiaryExpiration",
949+
"inputs": [
950+
{
951+
"name": "provider",
952+
"type": "uint64",
953+
"internalType": "CommonTypes.FilActorId"
954+
},
955+
{
956+
"name": "beneficiaryExpiration",
957+
"type": "int64",
958+
"internalType": "int64"
959+
},
960+
{
961+
"name": "requiredExpiration",
962+
"type": "int64",
963+
"internalType": "int64"
964+
}
965+
]
966+
},
716967
{
717968
"type": "error",
718969
"name": "InvalidActorID",
@@ -845,6 +1096,11 @@
8451096
"name": "NegativeValueNotAllowed",
8461097
"inputs": []
8471098
},
1099+
{
1100+
"type": "error",
1101+
"name": "NoAllocationOrClaim",
1102+
"inputs": []
1103+
},
8481104
{
8491105
"type": "error",
8501106
"name": "NoBeneficiarySet",

0 commit comments

Comments
 (0)