Return IBC packet sequence number (#1225)
* Return IBC packet sequence number * Fix review feedbacks * Remove names to return values in DispatchMsg method * Fix comments
This commit is contained in:
@@ -25,6 +25,12 @@ message MsgIBCSend {
|
||||
bytes data = 6;
|
||||
}
|
||||
|
||||
// MsgIBCSendResponse
|
||||
message MsgIBCSendResponse {
|
||||
// Sequence number of the IBC packet sent
|
||||
uint64 sequence = 1;
|
||||
}
|
||||
|
||||
// MsgIBCCloseChannel port and channel need to be owned by the contract
|
||||
message MsgIBCCloseChannel {
|
||||
string channel = 2 [ (gogoproto.moretags) = "yaml:\"source_channel\"" ];
|
||||
|
||||
Reference in New Issue
Block a user