You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/go-gen/tests/cosmwasm_std__IbcMsg.go
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ type SendPacketMsg struct {
12
12
}
13
13
typeWriteAcknowledgementMsgstruct {
14
14
// The acknowledgement to send back
15
-
AckIBCFullAcknowledgement`json:"ack"`
15
+
AckIBCAcknowledgement`json:"ack"`
16
16
// Existing channel where the packet was received
17
17
ChannelIDstring`json:"channel_id"`
18
18
// Sequence number of the packet that was received
@@ -35,12 +35,8 @@ type Coin struct {
35
35
Denomstring`json:"denom"`// type, eg. "ATOM"
36
36
}
37
37
38
-
// The acknowledgement written by the module on the destination chain. It is different from the [`crate::IbcAcknowledgement`] as it can be unsuccessful.
39
-
typeIBCFullAcknowledgementstruct {
40
-
// The acknowledgement data returned by the module.
38
+
typeIBCAcknowledgementstruct {
41
39
Data []byte`json:"data"`
42
-
// Whether the acknowledgement was successful or not.
43
-
Successbool`json:"success"`
44
40
}
45
41
46
42
// IBCTimeout is the timeout for an IBC packet. At least one of block and timestamp is required.
0 commit comments