Skip to main content
Module

x/polkadot/mod.ts>types.GenericBlock

Package publishing for deno.land/x/polkadot
Go to Latest
class types.GenericBlock
extends Struct
import { types } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { GenericBlock } = types;

Constructors

new
GenericBlock(registry: Registry, value?: BlockValue | Uint8Array)

Properties

readonly
contentHash: IU8a
readonly
extrinsics: Vec<GenericExtrinsic>
readonly
hash: IU8a
readonly
header: Header