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_message_signing_web/cardano_message_signing.d.ts>Label

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

Methods

as_int(): Int | undefined
as_text(): string | undefined
free(): void
kind(): number
to_bytes(): Uint8Array

Static Methods

from_bytes(bytes: Uint8Array): Label
from_curve_type(curve_type: number): Label
from_ec_key(ec_key: number): Label
from_key_operation(key_op: number): Label
from_key_type(key_type: number): Label
new_text(text: string): Label