public class StorageInfo
extends java.lang.Object
Constructor and Description |
---|
StorageInfo(java.lang.Integer numAccounts,
java.lang.Integer numBlocks,
java.lang.Integer numTransactions) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getNumAccounts()
Returns number of accounts published in the blockchain.
|
java.lang.Integer |
getNumBlocks()
Returns number of confirmed blocks.
|
java.lang.Integer |
getNumTransactions()
Returns number of confirmed transactions.
|
public StorageInfo(java.lang.Integer numAccounts, java.lang.Integer numBlocks, java.lang.Integer numTransactions)
public java.lang.Integer getNumAccounts()
public java.lang.Integer getNumBlocks()
public java.lang.Integer getNumTransactions()