Skip to main content
Module

x/lucid/mod.ts>NFTMetadataDetails

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
Very Popular
Go to Latest
type alias NFTMetadataDetails
import { type NFTMetadataDetails } from "https://deno.land/x/lucid@0.9.4/mod.ts";
definition: { [key: string]: unknown; name: string; image: string; mediaType?: string; description?: string | string[]; files?: NFTFile[]; }