Store block on disk and update block file statistics.

Synopsis

Declared in <node/blockstorage.h>

[[requires_capability(0x7f2e1b0994a8), requires_capability(0x7f2e26d1ac08), requires_capability(0x7f2e375e0ce8), requires_capability(0x7f2e333680a8), requires_capability(0x7f2e3542f098), requires_capability(0x7f2e28a73bf8)]]
FlatFilePos
WriteBlock(
    CBlock const& block,
    int nHeight);

Return Value

in case of success, the position to which the block was written to in case of an error, an empty FlatFilePos

Parameters

Name

Description

block [in]

the block to be stored

nHeight [in]

the height of the block

Created with MrDocs