|
|
@@ -4,7 +4,7 @@ import "github.com/ethereum/go-ethereum/common/hexutil"
|
|
|
|
|
|
// CallResult is the result of one call.
|
|
|
type CallResult struct {
|
|
|
- Return hexutil.Bytes `json:"return,omitempty"`
|
|
|
- Msg string `json:"message,omitempty"`
|
|
|
+ Return hexutil.Bytes `json:"return"`
|
|
|
+ Msg string `json:"message"`
|
|
|
Success bool `json:"state"`
|
|
|
}
|