Skip to main content
Module

x/lucid/mod.ts>C.HeaderBody

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
Latest
class C.HeaderBody
import { C } from "https://deno.land/x/lucid@0.10.7/mod.ts";
const { HeaderBody } = C;

Static Methods

__wrap(ptr)
from_bytes(bytes)
from_json(json)
new(
block_number,
slot,
prev_hash,
issuer_vkey,
vrf_vkey,
nonce_vrf,
leader_vrf,
block_body_size,
block_body_hash,
operational_cert,
protocol_version,
)