| 12345678910111213141516171819202122232425262728293031323334353637 |
- export declare const executeOpportunityAbi: {
- type: string;
- name: string;
- inputs: ({
- name: string;
- type: string;
- internalType: string;
- components: {
- name: string;
- type: string;
- internalType: string;
- components: ({
- name: string;
- type: string;
- internalType: string;
- components: {
- name: string;
- type: string;
- internalType: string;
- }[];
- } | {
- name: string;
- type: string;
- internalType: string;
- components?: undefined;
- })[];
- }[];
- } | {
- name: string;
- type: string;
- internalType: string;
- components?: undefined;
- })[];
- outputs: never[];
- stateMutability: string;
- };
- //# sourceMappingURL=abi.d.ts.map
|