conduit exporters filewriter
Config¶
key | type | description |
---|---|---|
block-dir | string | blocks-dir is an optional path to a directory where block data should be
stored.The directory is created if it doesn't exist. If no directory is provided the default plugin data directory is used. |
filename-pattern | string | filename-pattern is the format used to write block files. It uses go
string formatting and should accept one number for the round.If the file has a '.gz' extension, blocks will be gzipped. Default: "%[1]d_block.json" |
drop-certificate | bool | drop-certificate is used to remove the vote certificate from the block data before writing files.
|