Skip to content

Latest commit

 

History

History
111 lines (74 loc) · 2.53 KB

global.rst

File metadata and controls

111 lines (74 loc) · 2.53 KB

Global

available_supply

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

block_count

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

block_count_type

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

frontier_count

Reports the number of accounts in the ledger :pynano.rpc.Client.frontier_count() <nano.rpc.Client.frontier_count>

representatives

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