Skip to main content

Type Alias: Block

type Block: object;

The block type.

Type declaration

childBlocksRootHash

childBlocksRootHash: string;

id

id: string;

inMessagesRoot

inMessagesRoot: Hex;

logsBloom

logsBloom: any;

masterChainHash

masterChainHash: Hex;

outMessagesNum

outMessagesNum: number;

outMessagesRoot

outMessagesRoot: Hex;

prevBlock

prevBlock: Hex;

receiptsRoot

receiptsRoot: Hex;

smartContractsRoot

smartContractsRoot: Hex;

timestamp

timestamp: number;

Defined in

nil/nil.js/src/types/Block.ts:6