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

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

Methods

as_array(): CBORArray | undefined
as_bytes(): Uint8Array | undefined
as_int(): Int | undefined
as_object(): CBORObject | undefined
as_special(): CBORSpecial | undefined
as_tagged(): TaggedCBOR | undefined
as_text(): string | undefined
free(): void
kind(): number
to_bytes(): Uint8Array