import React from "react" import { Typography } from "@mui/material" import { InlineCode } from "../../../components/common/inline-code" export function CollectionResultComment() { return <> Collection Address can be used in sdk.nft.mint() method }