Skip to content

Commit 955ede3

Browse files
authored
Merge pull request #635 from CosmWasm/add-ExpectedJSONSize
Add ExpectedJSONSize
2 parents 9e4b1e8 + ea247a6 commit 955ede3

File tree

4 files changed

+1508
-0
lines changed

4 files changed

+1508
-0
lines changed

types/ibc.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,14 @@ type IBCReceiveResponse struct {
325325
// above)
326326
Events []Event `json:"events"`
327327
}
328+
329+
var (
330+
_ ExpectedJSONSize = IBCChannelOpenMsg{}
331+
_ ExpectedJSONSize = IBCChannelConnectMsg{}
332+
_ ExpectedJSONSize = IBCChannelCloseMsg{}
333+
_ ExpectedJSONSize = IBCPacketReceiveMsg{}
334+
_ ExpectedJSONSize = IBCPacketAckMsg{}
335+
_ ExpectedJSONSize = IBCPacketTimeoutMsg{}
336+
_ ExpectedJSONSize = IBCSourceCallbackMsg{}
337+
_ ExpectedJSONSize = IBCDestinationCallbackMsg{}
338+
)

0 commit comments

Comments
 (0)