consenlabs / token-core-android

a blockchain private key management library on android
Apache License 2.0
648 stars 198 forks source link

ETH签名疑问 #70

Open dewi23 opened 4 years ago

dewi23 commented 4 years ago

public EthereumTransaction(BigInteger nonce, BigInteger gasPrice, BigInteger gasLimit, String to, BigInteger value, String data)

data是什么参数?如何转eth代币?