Description Usage Arguments Details Value Author(s) See Also
This function queries the NXT blockchain and returns the NXT balance for a set of account IDs at a specifief time.
1  | nxt.getBalances(con, account.ids = NULL, ts = NULL, id.from.db = TRUE)
 | 
con | 
 Connection object to the NXT H2 database.  | 
account.ids | 
 A vector with NXT IDs of accounts to calculate balances for.  | 
ts | 
 Timestamp at which to calculate balances. Can be in seconds since genesis or POSIXct format. Defaults to calculating balance over all transactions.  | 
id.from.db | 
 Boolean. If   | 
If an account ID is not found, it will not appear in the final data.frame.
A data.frame with two columns: ACCOUNT_ID and BALANCE
David M. Kaplan dmkaplan2000@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.