Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lucid/src/core/mod.ts>Core.Mint

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
class Core.Mint
import { Core } from "https://deno.land/x/lucid@0.5.2/src/core/mod.ts";
const { Mint } = Core;

Methods

Returns the multiasset where only negative (burning) entries are present

Returns the multiasset where only positive (minting) entries are present

free(): void
get(key: ScriptHash): MintAssets | undefined
insert(key: ScriptHash, value: MintAssets): MintAssets | undefined
len(): number
to_bytes(): Uint8Array
to_json(): string

Static Methods

from_bytes(bytes: Uint8Array): Mint
from_json(json: string): Mint