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
public EOSTransaction(byte[] txBuf) { this.txBuf = txBuf; }
txBuf是什么 能说明白点吗 consenlabs/token-core-ios#16 没看懂?
txBuf是通过abi_json_to_bin 返回的 "data": { "binargs": "108434ea2669d44d40860839ab97b37a0a0000000000000004454f530000000003646464" }, 的这个吗?
The text was updated successfully, but these errors were encountered:
signTransaction之后得到TxSignResult 如何去广播这个交易了?
Sorry, something went wrong.
token-core本身只负责钱包管理和签名等业务,目标是做一个多链钱包的SDK。广播你需要使用者自行找一个合适的节点去广播
No branches or pull requests
public EOSTransaction(byte[] txBuf) {
this.txBuf = txBuf;
}
txBuf是什么 能说明白点吗
consenlabs/token-core-ios#16 没看懂?
txBuf是通过abi_json_to_bin 返回的
"data": {
"binargs": "108434ea2669d44d40860839ab97b37a0a0000000000000004454f530000000003646464"
},
的这个吗?
The text was updated successfully, but these errors were encountered: