token-core-android
token-core-android copied to clipboard
eos签名交易的疑问
public EOSTransaction(byte[] txBuf) { this.txBuf = txBuf; }
txBuf是什么 能说明白点吗
https://github.com/consenlabs/token-core-ios/issues/16 没看懂?
txBuf是通过abi_json_to_bin 返回的 "data": { "binargs": "108434ea2669d44d40860839ab97b37a0a0000000000000004454f530000000003646464" }, 的这个吗?
signTransaction之后得到TxSignResult 如何去广播这个交易了?
token-core本身只负责钱包管理和签名等业务,目标是做一个多链钱包的SDK。广播你需要使用者自行找一个合适的节点去广播