Type alias GetCoreContractsQuery

GetCoreContractsQuery: {
    __typename?: "Query";
    contracts: {
        __typename?: "Contract";
        address: any;
        id: string;
        isProxy: boolean;
    }[];
}

Type declaration

  • Optional __typename?: "Query"
  • contracts: {
        __typename?: "Contract";
        address: any;
        id: string;
        isProxy: boolean;
    }[]

Generated using TypeDoc