Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/types/interfaces/eth/types.ts>BlockV2

Package publishing for deno.land/x/polkadot
Go to Latest
interface BlockV2
implements Struct
import { type BlockV2 } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/eth/types.ts";

Properties

readonly
header: EthHeader
readonly
transactions: Vec<TransactionV2>
readonly
ommers: Vec<EthHeader>