github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/http/resp/common.go (about) 1 package resp 2 3 import "github.com/sixexorg/magnetic-ring/core/mainchain/types" 4 5 type RespGetTxByHash struct { 6 Tx *types.Transaction 7 }