@@ -1302,7 +1302,7 @@ impl ::prost::Name for MsgSubmitCetsResponse {
13021302}
13031303#[ allow( clippy:: derive_partial_eq_without_eq) ]
13041304#[ derive( Clone , PartialEq , :: prost:: Message ) ]
1305- pub struct MsgApprove {
1305+ pub struct MsgSubmitDepositTransaction {
13061306 #[ prost( string, tag = "1" ) ]
13071307 pub relayer : :: prost:: alloc:: string:: String ,
13081308 #[ prost( string, tag = "2" ) ]
@@ -1314,18 +1314,18 @@ pub struct MsgApprove {
13141314 #[ prost( string, repeated, tag = "5" ) ]
13151315 pub proof : :: prost:: alloc:: vec:: Vec < :: prost:: alloc:: string:: String > ,
13161316}
1317- impl :: prost:: Name for MsgApprove {
1318- const NAME : & ' static str = "MsgApprove " ;
1317+ impl :: prost:: Name for MsgSubmitDepositTransaction {
1318+ const NAME : & ' static str = "MsgSubmitDepositTransaction " ;
13191319 const PACKAGE : & ' static str = "side.lending" ;
13201320 fn full_name ( ) -> :: prost:: alloc:: string:: String {
13211321 :: prost:: alloc:: format!( "side.lending.{}" , Self :: NAME )
13221322 }
13231323}
13241324#[ allow( clippy:: derive_partial_eq_without_eq) ]
13251325#[ derive( Clone , PartialEq , :: prost:: Message ) ]
1326- pub struct MsgApproveResponse { }
1327- impl :: prost:: Name for MsgApproveResponse {
1328- const NAME : & ' static str = "MsgApproveResponse " ;
1326+ pub struct MsgSubmitDepositTransactionResponse { }
1327+ impl :: prost:: Name for MsgSubmitDepositTransactionResponse {
1328+ const NAME : & ' static str = "MsgSubmitDepositTransactionResponse " ;
13291329 const PACKAGE : & ' static str = "side.lending" ;
13301330 fn full_name ( ) -> :: prost:: alloc:: string:: String {
13311331 :: prost:: alloc:: format!( "side.lending.{}" , Self :: NAME )
0 commit comments