Global

available_supply

Returns how many rai are in the public supply raiblocks.rpc.RPCClient.available_supply()

block_count

Reports the number of blocks in the ledger and unchecked synchronizing blocks raiblocks.rpc.RPCClient.block_count()

block_count_type

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

frontier_count

Reports the number of accounts in the ledger raiblocks.rpc.RPCClient.frontier_count()

representatives

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