Skip to content

主要是小学生的转账程序没跑通 #28

Description

@xxiangaa

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'

跑通这两个,小学生就可以转账了,也可以查看余额。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions