...太坊的交易数据是这样的,确实没有`from`:
```
// LegacyTx is the transaction data of regular Ethereum transactions.
type LegacyTx struct {
Nonce uint64 // nonce of sender account
GasPrice *big.Int // wei per gas
Gas uint64 // gas limit
To...
...接交互的 CLI 工具
```bash
mcd Injective
git clone git@github.com:InjectiveFoundation/injective-core.git
cd injective-core
make install
```
### 查看是否安装成功
```bash
injectived version
Version v1.16.0 (daf90f4)
Compiled at 20250725-0726 using Go go1.24.5 (arm64...