sbv2-solana/website/docs/developers/_idl.mdx

18 lines
388 B
Plaintext

import { Box, Typography, Grid } from "@mui/material";
import Link from "@docusaurus/Link";
<Typography variant="body2" sx={{ fontSize: "1.5em" }}>
Switchboard's Anchor IDL contains a detailed description of the program
interfaces and schemas
</Typography>
<Link to="/idl">
<Typography variant="h5" sx={{ textAlign: "center" }}>
⚓ Anchor IDL ⚓
</Typography>
</Link>
<hr />