/** * Copyright (c) 2019 Burst Apps Team */ import { ChainService } from '../../../service/chainService'; import { ContractIdList } from '../../../typings/contractIdList'; import { GetAllContractIdsArgs } from '../../../typings/args/getAllContractIdsArgs'; /** * Use with {@link ApiComposer} and belongs to {@link ContractApi}. * * See details at {@link ContractApi.getAllContractIds} * * @category factories */ export declare const getAllContractIds: (service: ChainService) => (args?: GetAllContractIdsArgs) => Promise;