Skip to content
Snippets Groups Projects
Commit 89e163ff authored by Miguel Montes's avatar Miguel Montes
Browse files

Agregadas funciones a bfa.py

parent c0e78cb1
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,9 @@ class BFA:
'getSigners': 'clique_getSigners',
'blockNumber': 'eth_blockNumber',
'getSnapshot': 'clique_getSnapshot',
'getSnapshotAtHash': 'clique_getSnapshotAtHash'
'getSnapshotAtHash': 'clique_getSnapshotAtHash',
'getTransactionReceipt': 'eth_getTransactionReceipt',
'getBalance': 'eth_getBalance'
}
def __init__(self,
rpc_port = default_rpc_port,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment