Commit f11b5f3e authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Added account prop

parent 5538ff72
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
{ name: 'listening', getter: 'listening', setter: 'setListening' }, { name: 'listening', getter: 'listening', setter: 'setListening' },
{ name: 'mining', getter: 'mining', setter: 'setMining' }, { name: 'mining', getter: 'mining', setter: 'setMining' },
{ name: 'gasPrice', getter: 'gasPrice' }, { name: 'gasPrice', getter: 'gasPrice' },
{ name: 'account', getter: 'account' },
{ name: 'accounts', getter: 'accounts' }, { name: 'accounts', getter: 'accounts' },
{ name: 'peerCount', getter: 'peerCount' }, { name: 'peerCount', getter: 'peerCount' },
{ name: 'defaultBlock', getter: 'defaultBlock', setter: 'setDefaultBlock' }, { name: 'defaultBlock', getter: 'defaultBlock', setter: 'setDefaultBlock' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment