diff --git a/types/result.go b/types/result.go index 111a9709c2..55f27243ab 100644 --- a/types/result.go +++ b/types/result.go @@ -35,6 +35,7 @@ func (r Result) GetEvents() Events { } // ABCIMessageLogs represents a slice of ABCIMessageLog. +// //easyjson:json type ABCIMessageLogs []ABCIMessageLog