标签: blockchain ethereum smartcontracts
我想在我的交易中传递哈希字符串,但使用智能合约。 通常这可以使用commant来完成 eth.sendTransaction({from:accounts [0],to:accounts [1],value:integer,data:string)。
以上述方式,我想使用智能合约在我的交易中传递一个哈希字符串。我也希望将字符串保存在块中。