Module

x/polkadot/types/bundle.ts>GenericBlock

Package publishing for deno.land/x/polkadot
Go to Latest
class GenericBlock
extends Struct
import { GenericBlock } from "https://dotland.deno.dev/x/polkadot@0.2.24/types/bundle.ts";

Constructors

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

Properties

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