MCPcopy
hub / github.com/subquery/subql / BlockContent

Interface BlockContent

packages/node/src/indexer/types.ts:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14} from '@subql/types';
15
16export interface BlockContent {
17 block: SubstrateBlock;
18 extrinsics: SubstrateExtrinsic[];
19 events: SubstrateEvent[];
20}
21
22export interface LightBlockContent {
23 block: BlockHeader; // A subset of SubstrateBlock

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected