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

x/polkadot/types/interfaces/eth/index.ts>BlockV0

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

Properties

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