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

x/lucid/src/core/wasm_modules/cardano_multiplatform_lib_web/cardano_multiplatform_lib.d.ts>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 Mint
import { Mint } from "https://deno.land/x/lucid@0.7.8/src/core/wasm_modules/cardano_multiplatform_lib_web/cardano_multiplatform_lib.d.ts";

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