@velora-dex/sdk
Version:
9 lines • 613 B
TypeScript
import type { ConstructProviderFetchInput } from '../../types';
import type { SignableNFTOrderData } from './buildOrder';
/** @deprecated NFT Orders are deprecated and will be removed in a future version. */
export type SignNFTOrderFunctions = {
signNFTOrder: (signableOrderData: SignableNFTOrderData) => Promise<string>;
};
/** @deprecated NFT Orders are deprecated and will be removed in a future version. */
export declare const constructSignNFTOrder: (options: Pick<ConstructProviderFetchInput<any, "signTypedDataCall">, "contractCaller">) => SignNFTOrderFunctions;
//# sourceMappingURL=signOrder.d.ts.map