@velora-dex/sdk
Version:
9 lines • 526 B
TypeScript
import type { ConstructFetchInput, RequestParameters } from '../../types';
import type { OTCOrderToPost, OTCOrderFromApi } from './helpers/types';
type PostOTCOrder = (OTCOrderWithSignatureAndPermit: OTCOrderToPost, requestParams?: RequestParameters) => Promise<OTCOrderFromApi>;
export type PostOTCOrderFunctions = {
postOTCOrder: PostOTCOrder;
};
export declare const constructPostOTCOrder: ({ apiURL, chainId, fetcher, }: ConstructFetchInput) => PostOTCOrderFunctions;
export {};
//# sourceMappingURL=postOrder.d.ts.map