github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/types/querier.go (about) 1 package types 2 3 import ( 4 "github.com/ethereum/go-ethereum/common" 5 ) 6 7 type QueryTraceTx struct { 8 TxHash common.Hash `json:"tx"` 9 ConfigBytes []byte `json:"config"` 10 } 11 12 type SimulateData struct { 13 TxBytes []byte `json:"tx"` 14 OverridesBytes []byte `json:"overrides"` 15 }