如何从RLP中获得from值。或者如何使用R&S值获得签名用户。目前我正在使用go ethereum。
请帮帮我。
发布于 2021-02-09 00:39:49
主要句子如下:
tx_encoded,_ := hex.DecodeString(rlp_encoded_tx_hex)
var tx types.Transaction
rlp.DecodeBytes(tx_encoded,&tx)进口是
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/core/types"https://ethereum.stackexchange.com/questions/93270
复制相似问题