abi.d.ts 965 B

12345678910111213141516171819202122232425262728293031323334353637
  1. export declare const executeOpportunityAbi: {
  2. type: string;
  3. name: string;
  4. inputs: ({
  5. name: string;
  6. type: string;
  7. internalType: string;
  8. components: {
  9. name: string;
  10. type: string;
  11. internalType: string;
  12. components: ({
  13. name: string;
  14. type: string;
  15. internalType: string;
  16. components: {
  17. name: string;
  18. type: string;
  19. internalType: string;
  20. }[];
  21. } | {
  22. name: string;
  23. type: string;
  24. internalType: string;
  25. components?: undefined;
  26. })[];
  27. }[];
  28. } | {
  29. name: string;
  30. type: string;
  31. internalType: string;
  32. components?: undefined;
  33. })[];
  34. outputs: never[];
  35. stateMutability: string;
  36. };
  37. //# sourceMappingURL=abi.d.ts.map