@@ -18,22 +18,62 @@ macro_rules! impl_name {
18
18
} ;
19
19
}
20
20
21
+ impl_name ! (
22
+ ibc:: core:: connection:: v1:: MsgConnectionOpenTry ,
23
+ "ibc.core.connection.v1" ,
24
+ "MsgConnectionOpenTry"
25
+ ) ;
26
+ impl_name ! (
27
+ ibc:: core:: connection:: v1:: MsgConnectionOpenInit ,
28
+ "ibc.core.connection.v1" ,
29
+ "MsgConnectionOpenInit"
30
+ ) ;
31
+ impl_name ! (
32
+ ibc:: core:: connection:: v1:: MsgConnectionOpenAck ,
33
+ "ibc.core.connection.v1" ,
34
+ "MsgConnectionOpenAck"
35
+ ) ;
36
+ impl_name ! (
37
+ ibc:: core:: connection:: v1:: MsgConnectionOpenConfirm ,
38
+ "ibc.core.connection.v1" ,
39
+ "MsgConnectionOpenConfirm"
40
+ ) ;
41
+ impl_name ! (
42
+ ibc:: core:: channel:: v1:: MsgChannelOpenInit ,
43
+ "ibc.core.channel.v1" ,
44
+ "MsgChannelOpenInit"
45
+ ) ;
46
+
21
47
impl_name ! (
22
48
ibc:: core:: client:: v1:: ClientUpdateProposal ,
23
49
"ibc.core.client.v1" ,
24
50
"ClientUpdateProposal"
25
51
) ;
52
+ impl_name ! (
53
+ ibc:: core:: client:: v1:: MsgCreateClient ,
54
+ "ibc.core.client.v1" ,
55
+ "MsgCreateClient"
56
+ ) ;
26
57
impl_name ! (
27
58
ibc:: core:: client:: v1:: MsgUpdateClient ,
28
59
"ibc.core.client.v1" ,
29
60
"MsgUpdateClient"
30
61
) ;
31
-
62
+ impl_name ! (
63
+ ibc:: core:: channel:: v1:: MsgChannelCloseConfirm ,
64
+ "ibc.core.channel.v1" ,
65
+ "MsgChannelCloseConfirm"
66
+ ) ;
32
67
impl_name ! (
33
68
ibc:: core:: channel:: v1:: MsgChannelOpenConfirm ,
34
69
"ibc.core.channel.v1" ,
35
70
"MsgChannelOpenConfirm"
36
71
) ;
72
+ impl_name ! (
73
+ ibc:: core:: channel:: v1:: MsgChannelOpenTry ,
74
+ "ibc.core.channel.v1" ,
75
+ "MsgChannelOpenTry"
76
+ ) ;
37
77
impl_name ! (
38
78
ibc:: core:: channel:: v1:: MsgAcknowledgement ,
39
79
"ibc.core.channel.v1" ,
@@ -73,6 +113,17 @@ impl_name!(
73
113
"ParameterChangeProposal"
74
114
) ;
75
115
116
+ impl_name ! (
117
+ cosmos:: gov:: v1:: MsgSubmitProposal ,
118
+ "cosmos.gov.v1" ,
119
+ "MsgSubmitProposal"
120
+ ) ;
121
+ impl_name ! ( cosmos:: gov:: v1:: MsgDeposit , "cosmos.gov.v1" , "MsgDeposit" ) ;
122
+ impl_name ! (
123
+ cosmos:: gov:: v1:: MsgVoteWeighted ,
124
+ "cosmos.gov.v1" ,
125
+ "MsgVoteWeighted"
126
+ ) ;
76
127
impl_name ! (
77
128
cosmos:: gov:: v1beta1:: TextProposal ,
78
129
"cosmos.gov.v1beta1" ,
@@ -88,6 +139,7 @@ impl_name!(
88
139
"cosmos.gov.v1beta1" ,
89
140
"MsgDeposit"
90
141
) ;
142
+ impl_name ! ( cosmos:: gov:: v1:: MsgVote , "cosmos.gov.v1" , "MsgVote" ) ;
91
143
impl_name ! (
92
144
cosmos:: gov:: v1beta1:: MsgVote ,
93
145
"cosmos.gov.v1beta1" ,
@@ -303,6 +355,11 @@ impl_name!(
303
355
"ModuleAccount"
304
356
) ;
305
357
358
+ impl_name ! (
359
+ cosmos:: authz:: v1beta1:: MsgGrant ,
360
+ "cosmos.authz.v1beta1" ,
361
+ "MsgGrant"
362
+ ) ;
306
363
impl_name ! (
307
364
cosmos:: authz:: v1beta1:: MsgExec ,
308
365
"cosmos.authz.v1beta1" ,
0 commit comments