Skip to main content
Module

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

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,
)