Skip to main content
Module

x/lucid/mod.ts>Metadata

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
Latest
type alias Metadata
import { type Metadata } from "https://deno.land/x/lucid@0.10.7/mod.ts";
definition: { 222: { [key: string]: Json; name: string; image: string; mediaType?: string; description?: string; files?: { name?: string; mediaType: string; src: string; }[]; }; 333: { [key: string]: Json; name: string; description: string; ticker?: string; url?: string; logo?: string; decimals?: number; }; 444: Metadata["222"] & { decimals?: number; }; }