| 14 | } from '@subql/types'; |
| 15 | |
| 16 | export interface BlockContent { |
| 17 | block: SubstrateBlock; |
| 18 | extrinsics: SubstrateExtrinsic[]; |
| 19 | events: SubstrateEvent[]; |
| 20 | } |
| 21 | |
| 22 | export interface LightBlockContent { |
| 23 | block: BlockHeader; // A subset of SubstrateBlock |
nothing calls this directly
no outgoing calls
no test coverage detected