@rori4/opensea-mod
Version:
JavaScript SDK for the OpenSea marketplace. Let users buy or sell crypto collectibles and other cryptogoods, all on your own site!
15 lines (14 loc) • 524 B
TypeScript
import { Order } from "./types";
export declare const MAX_ERROR_LENGTH = 120;
/**
* Debug the `ordersCanMatch` part of Wyvern
* @param buy Buy order for debugging
* @param sell Sell order for debugging
*/
export declare function debugOrdersCanMatch(buy: Order, sell: Order): Promise<void>;
/**
* Debug the `orderCalldataCanMatch` part of Wyvern
* @param buy Buy order for debugging
* @param sell Sell Order for debugging
*/
export declare function debugOrderCalldataCanMatch(buy: Order, sell: Order): Promise<void>;