diff --git a/bfa.py/bfa.py b/bfa.py/bfa.py
index 791cdd56a50832e0a6de2ad3f4ef522bba4b8c69..e18565d139ac0733f60ddd7b85762547864c9e56 100755
--- a/bfa.py/bfa.py
+++ b/bfa.py/bfa.py
@@ -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,