import React from "react" import { Code } from "../../../components/common/code" export function CancelComment() { return <> {` // get order info const result = await sdk.order.cancel({ orderId: }) // result: IBlockchainTransaction `} }