Global

available_supply

Returns how many rai are in the public supply nano.rpc.Client.available_supply()

block_count

Reports the number of blocks in the ledger and unchecked synchronizing blocks nano.rpc.Client.block_count()

block_count_type

Reports the number of blocks in the ledger by type (send, receive, open, change) nano.rpc.Client.block_count_type()

frontier_count

Reports the number of accounts in the ledger nano.rpc.Client.frontier_count()

representatives

Returns a list of pairs of representative and its voting weight nano.rpc.Client.representatives(count=None, sorting=False)