标签: ethereum solidity truffle
我在徘徊如何设置自定义帐户以执行交易?例如在松露控制台中我有类似
Hello.deployed()。then(function(){h = instance})
,然后
h.exetuceTransaction()
默认会从帐户[0]中燃烧燃气。如何指定我要从中发送此交易的帐户(例如accouts [1])?
答案 0 :(得分:0)
调用from时,您只需指定executeTransaction({"from" : "0x..." })参数{check The doc
from
executeTransaction({"from" : "0x..." })