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

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

Methods

algorithm_id(): Label | undefined
content_type(): Label | undefined
criticality(): Labels | undefined
free(): void
header(label: Label): CBORValue | undefined
init_vector(): Uint8Array | undefined
key_id(): Uint8Array | undefined
partial_init_vector(): Uint8Array | undefined
set_algorithm_id(algorithm_id: Label): void
set_content_type(content_type: Label): void
set_counter_signature(counter_signature: CounterSignature): void
set_criticality(criticality: Labels): void
set_header(label: Label, value: CBORValue): void
set_init_vector(init_vector: Uint8Array): void
set_key_id(key_id: Uint8Array): void
set_partial_init_vector(partial_init_vector: Uint8Array): void
to_bytes(): Uint8Array