Description Usage Arguments Examples
Creates csv files for the blocks in blocknr. In order to do so the rawmempool files and the validated_tx files have to exist, because the nonvalidated_tx are created by dismissing the validated_tx from the rawmempool
1  | get_nonvaltx(blocknr, writecsv = FALSE, filename)
 | 
blocknr | 
 vector of blocknr for which to create .csv files containing the nonvalidated transactions  | 
writecsv | 
 logical, should a .csv file be created  | 
filename | 
 optional: the name of the file(s) to be created (has to be "xxx.csv")  | 
1 2 3 4  | ## Not run: 
get_nonvaltx(491464:491465, writecsv = TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.