/** * Copyright (c) 2020 Burst Apps Team * Modified (c) 2022 Signum Network */ import { ChainService } from '../../../service/chainService'; import { PlaceOrderArgs } from '../../../typings/args'; /** * * Use with {@link ApiComposer} and belongs to {@link AssetApi.placeAskOrder}. * * See details at {@link AssetApi.placeAskOrder} * * * @category factories */ export declare const placeAskOrder: (service: ChainService) => (args: PlaceOrderArgs) => Promise;