Type Alias VerifyListingOrdersResponse

VerifyListingOrdersResponse: {
    certification: {
        chainId?: string;
        debug: string;
        exchangeAddress: string;
        isAssetBlocked: boolean;
        isAssetFind: boolean;
        isCollectionBlocked: boolean;
        isCollectionFind: boolean;
        isOffererBlocked: boolean;
        isOffererFind: boolean;
        isOrderFind: boolean;
        offererUsername: string;
        offererWalletAddress: string;
        orderHash: string;
    };
    orderStatus: {
        id: string;
        isCancelled: boolean;
        isExpired: boolean;
        isFillable: boolean;
        isValidated: boolean;
    };
}[]