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

eos签名交易的疑问 #55

Open
maozonghong opened this issue Feb 14, 2019 · 3 comments
Open

eos签名交易的疑问 #55

maozonghong opened this issue Feb 14, 2019 · 3 comments

Comments

@maozonghong
Copy link

public EOSTransaction(byte[] txBuf) {
this.txBuf = txBuf;
}

txBuf是什么 能说明白点吗
consenlabs/token-core-ios#16 没看懂?

txBuf是通过abi_json_to_bin 返回的
"data": {
"binargs": "108434ea2669d44d40860839ab97b37a0a0000000000000004454f530000000003646464"
},
的这个吗?

@maozonghong
Copy link
Author

signTransaction之后得到TxSignResult 如何去广播这个交易了?

@XuNeal
Copy link
Contributor

XuNeal commented Jun 8, 2020

token-core本身只负责钱包管理和签名等业务,目标是做一个多链钱包的SDK。广播你需要使用者自行找一个合适的节点去广播

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

No branches or pull requests

3 participants
@XuNeal @maozonghong and others