We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我刚用web3sdk,发送交易的时候会等待交易上链之后返回回执,所以只能开多线程发送交易 有没有不用开多线程,用回调函数的方式异步处理交易回执呢
The text was updated successfully, but these errors were encountered:
void sendRawTransaction(String signedTransactionData, TransactionSucCallback callback) throws IOException 可以使用异步发送接口。
void sendRawTransaction(String signedTransactionData, TransactionSucCallback callback) throws IOException
Sorry, something went wrong.
No branches or pull requests
我刚用web3sdk,发送交易的时候会等待交易上链之后返回回执,所以只能开多线程发送交易
有没有不用开多线程,用回调函数的方式异步处理交易回执呢
The text was updated successfully, but these errors were encountered: