From 89e163ff2e8980d2b6bac65760843b236861cc5d Mon Sep 17 00:00:00 2001 From: Miguel Montes <miguel.montes@gmail.com> Date: Tue, 5 Feb 2019 10:57:05 -0300 Subject: [PATCH] Agregadas funciones a bfa.py --- bfa.py/bfa.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bfa.py/bfa.py b/bfa.py/bfa.py index 791cdd5..e18565d 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, -- GitLab