-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
1、转账出错
from etherdata_sdk.json_rpc import JsonRpcMethods
client = JsonRpcMethods("https://rpc.etdchain.net")
client.sendRawTransaction(signed.raw_transaction)
变成client.send_raw_transaction(signed.raw_transaction)返回KeyError: 'result'
也不知道KeyError: 'result'是啥错误?
2、不能查看余额
client.get_balance(0xD18b0dff95Bb5d05EafF6d21F9fcbB3f407989B0,1)
不知道中间填什么值,然后也是返回KeyError: 'result'
跑通这两个,小学生就可以转账了,也可以查看余额。
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
No status