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>TaggedCBOR

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

Methods

free(): void
tag(): BigNum
to_bytes(): Uint8Array
value(): CBORValue

Static Methods

from_bytes(bytes: Uint8Array): TaggedCBOR
new(tag: BigNum, value: CBORValue): TaggedCBOR