nxt.getLastBlock: Get last block from the NXT blockchain

Description Usage Arguments Value Author(s) See Also

Description

This function queries the NXT blockchain and returns the most recent block.

Usage

1
nxt.getLastBlock(con, nonzero.fee = FALSE, ...)

Arguments

con

Connection object to the NXT H2 database.

nonzero.fee

Boolean. Defaults to FALSE. If TRUE, get last block that had atleast one transaction.

...

Additional arguments for nxt.getBlocks, such as ts.from.db and id.from.db

Value

A data.frame with exactly the same information as is found in the BLOCK table found in the NXT H2 database.

Author(s)

David M. Kaplan dmkaplan2000@gmail.com

See Also

nxt.dbConnect, nxt.convert.ts, nxt.convert.id, nxt.getBlocks


dmkaplan2000/Rxt documentation built on May 15, 2019, 9:35 a.m.