Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持用回调函数的方式处理交易回执吗 #552

Open
HachikoT opened this issue Mar 24, 2020 · 1 comment
Open

支持用回调函数的方式处理交易回执吗 #552

HachikoT opened this issue Mar 24, 2020 · 1 comment
Labels

Comments

@HachikoT
Copy link

我刚用web3sdk,发送交易的时候会等待交易上链之后返回回执,所以只能开多线程发送交易
有没有不用开多线程,用回调函数的方式异步处理交易回执呢

@ywy2090
Copy link
Collaborator

ywy2090 commented Aug 17, 2020

void sendRawTransaction(String signedTransactionData, TransactionSucCallback callback) throws IOException
可以使用异步发送接口。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants