@@ -33,9 +33,9 @@ static GnonativetypesReflection() {
33
33
"R2V0Q2hhaW5JRFJlc3BvbnNlEhkKCGNoYWluX2lkGAEgASgJUgdjaGFpbklk",
34
34
"IkoKElNldFBhc3N3b3JkUmVxdWVzdBIaCghwYXNzd29yZBgBIAEoCVIIcGFz",
35
35
"c3dvcmQSGAoHYWRkcmVzcxgCIAEoDFIHYWRkcmVzcyIVChNTZXRQYXNzd29y",
36
- "ZFJlc3BvbnNlIlgKFVVwZGF0ZVBhc3N3b3JkUmVxdWVzdBIhCgxuZXdfcGFz ",
36
+ "ZFJlc3BvbnNlIlgKFVJvdGF0ZVBhc3N3b3JkUmVxdWVzdBIhCgxuZXdfcGFz ",
37
37
"c3dvcmQYASABKAlSC25ld1Bhc3N3b3JkEhwKCWFkZHJlc3NlcxgCIAMoDFIJ",
38
- "YWRkcmVzc2VzIhgKFlVwZGF0ZVBhc3N3b3JkUmVzcG9uc2UiHwodR2VuZXJh ",
38
+ "YWRkcmVzc2VzIhgKFlJvdGF0ZVBhc3N3b3JkUmVzcG9uc2UiHwodR2VuZXJh ",
39
39
"dGVSZWNvdmVyeVBocmFzZVJlcXVlc3QiOAoeR2VuZXJhdGVSZWNvdmVyeVBo",
40
40
"cmFzZVJlc3BvbnNlEhYKBnBocmFzZRgBIAEoCVIGcGhyYXNlImQKB0tleUlu",
41
41
"Zm8SEgoEdHlwZRgBIAEoDVIEdHlwZRISCgRuYW1lGAIgASgJUgRuYW1lEhcK",
@@ -147,8 +147,8 @@ static GnonativetypesReflection() {
147
147
new pbr::GeneratedClrTypeInfo(typeof(global::Land.Gno.Gnonative.V1.GetChainIDResponse), global::Land.Gno.Gnonative.V1.GetChainIDResponse.Parser, new[]{ "ChainId" }, null, null, null, null),
148
148
new pbr::GeneratedClrTypeInfo(typeof(global::Land.Gno.Gnonative.V1.SetPasswordRequest), global::Land.Gno.Gnonative.V1.SetPasswordRequest.Parser, new[]{ "Password", "Address" }, null, null, null, null),
149
149
new pbr::GeneratedClrTypeInfo(typeof(global::Land.Gno.Gnonative.V1.SetPasswordResponse), global::Land.Gno.Gnonative.V1.SetPasswordResponse.Parser, null, null, null, null, null),
150
- new pbr::GeneratedClrTypeInfo(typeof(global::Land.Gno.Gnonative.V1.UpdatePasswordRequest ), global::Land.Gno.Gnonative.V1.UpdatePasswordRequest .Parser, new[]{ "NewPassword", "Addresses" }, null, null, null, null),
151
- new pbr::GeneratedClrTypeInfo(typeof(global::Land.Gno.Gnonative.V1.UpdatePasswordResponse ), global::Land.Gno.Gnonative.V1.UpdatePasswordResponse .Parser, null, null, null, null, null),
150
+ new pbr::GeneratedClrTypeInfo(typeof(global::Land.Gno.Gnonative.V1.RotatePasswordRequest ), global::Land.Gno.Gnonative.V1.RotatePasswordRequest .Parser, new[]{ "NewPassword", "Addresses" }, null, null, null, null),
151
+ new pbr::GeneratedClrTypeInfo(typeof(global::Land.Gno.Gnonative.V1.RotatePasswordResponse ), global::Land.Gno.Gnonative.V1.RotatePasswordResponse .Parser, null, null, null, null, null),
152
152
new pbr::GeneratedClrTypeInfo(typeof(global::Land.Gno.Gnonative.V1.GenerateRecoveryPhraseRequest), global::Land.Gno.Gnonative.V1.GenerateRecoveryPhraseRequest.Parser, null, null, null, null, null),
153
153
new pbr::GeneratedClrTypeInfo(typeof(global::Land.Gno.Gnonative.V1.GenerateRecoveryPhraseResponse), global::Land.Gno.Gnonative.V1.GenerateRecoveryPhraseResponse.Parser, new[]{ "Phrase" }, null, null, null, null),
154
154
new pbr::GeneratedClrTypeInfo(typeof(global::Land.Gno.Gnonative.V1.KeyInfo), global::Land.Gno.Gnonative.V1.KeyInfo.Parser, new[]{ "Type", "Name", "PubKey", "Address" }, null, null, null, null),
@@ -2054,16 +2054,16 @@ public void MergeFrom(pb::CodedInputStream input) {
2054
2054
}
2055
2055
2056
2056
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
2057
- public sealed partial class UpdatePasswordRequest : pb::IMessage<UpdatePasswordRequest >
2057
+ public sealed partial class RotatePasswordRequest : pb::IMessage<RotatePasswordRequest >
2058
2058
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
2059
2059
, pb::IBufferMessage
2060
2060
#endif
2061
2061
{
2062
- private static readonly pb::MessageParser<UpdatePasswordRequest > _parser = new pb::MessageParser<UpdatePasswordRequest >(() => new UpdatePasswordRequest ());
2062
+ private static readonly pb::MessageParser<RotatePasswordRequest > _parser = new pb::MessageParser<RotatePasswordRequest >(() => new RotatePasswordRequest ());
2063
2063
private pb::UnknownFieldSet _unknownFields;
2064
2064
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2065
2065
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2066
- public static pb::MessageParser<UpdatePasswordRequest > Parser { get { return _parser; } }
2066
+ public static pb::MessageParser<RotatePasswordRequest > Parser { get { return _parser; } }
2067
2067
2068
2068
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2069
2069
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -2079,24 +2079,24 @@ public sealed partial class UpdatePasswordRequest : pb::IMessage<UpdatePasswordR
2079
2079
2080
2080
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2081
2081
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2082
- public UpdatePasswordRequest () {
2082
+ public RotatePasswordRequest () {
2083
2083
OnConstruction();
2084
2084
}
2085
2085
2086
2086
partial void OnConstruction();
2087
2087
2088
2088
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2089
2089
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2090
- public UpdatePasswordRequest(UpdatePasswordRequest other) : this() {
2090
+ public RotatePasswordRequest(RotatePasswordRequest other) : this() {
2091
2091
newPassword_ = other.newPassword_;
2092
2092
addresses_ = other.addresses_.Clone();
2093
2093
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
2094
2094
}
2095
2095
2096
2096
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2097
2097
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2098
- public UpdatePasswordRequest Clone() {
2099
- return new UpdatePasswordRequest (this);
2098
+ public RotatePasswordRequest Clone() {
2099
+ return new RotatePasswordRequest (this);
2100
2100
}
2101
2101
2102
2102
/// <summary>Field number for the "new_password" field.</summary>
@@ -2117,7 +2117,7 @@ public string NewPassword {
2117
2117
= pb::FieldCodec.ForBytes(18);
2118
2118
private readonly pbc::RepeatedField<pb::ByteString> addresses_ = new pbc::RepeatedField<pb::ByteString>();
2119
2119
/// <summary>
2120
- /// The addresses of the account to update the password
2120
+ /// The addresses of the account to rotate the password
2121
2121
/// </summary>
2122
2122
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2123
2123
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -2128,12 +2128,12 @@ public string NewPassword {
2128
2128
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2129
2129
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2130
2130
public override bool Equals(object other) {
2131
- return Equals(other as UpdatePasswordRequest );
2131
+ return Equals(other as RotatePasswordRequest );
2132
2132
}
2133
2133
2134
2134
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2135
2135
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2136
- public bool Equals(UpdatePasswordRequest other) {
2136
+ public bool Equals(RotatePasswordRequest other) {
2137
2137
if (ReferenceEquals(other, null)) {
2138
2138
return false;
2139
2139
}
@@ -2211,7 +2211,7 @@ public int CalculateSize() {
2211
2211
2212
2212
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2213
2213
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2214
- public void MergeFrom(UpdatePasswordRequest other) {
2214
+ public void MergeFrom(RotatePasswordRequest other) {
2215
2215
if (other == null) {
2216
2216
return;
2217
2217
}
@@ -2281,16 +2281,16 @@ public void MergeFrom(pb::CodedInputStream input) {
2281
2281
}
2282
2282
2283
2283
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
2284
- public sealed partial class UpdatePasswordResponse : pb::IMessage<UpdatePasswordResponse >
2284
+ public sealed partial class RotatePasswordResponse : pb::IMessage<RotatePasswordResponse >
2285
2285
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
2286
2286
, pb::IBufferMessage
2287
2287
#endif
2288
2288
{
2289
- private static readonly pb::MessageParser<UpdatePasswordResponse > _parser = new pb::MessageParser<UpdatePasswordResponse >(() => new UpdatePasswordResponse ());
2289
+ private static readonly pb::MessageParser<RotatePasswordResponse > _parser = new pb::MessageParser<RotatePasswordResponse >(() => new RotatePasswordResponse ());
2290
2290
private pb::UnknownFieldSet _unknownFields;
2291
2291
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2292
2292
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2293
- public static pb::MessageParser<UpdatePasswordResponse > Parser { get { return _parser; } }
2293
+ public static pb::MessageParser<RotatePasswordResponse > Parser { get { return _parser; } }
2294
2294
2295
2295
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2296
2296
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -2306,33 +2306,33 @@ public sealed partial class UpdatePasswordResponse : pb::IMessage<UpdatePassword
2306
2306
2307
2307
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2308
2308
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2309
- public UpdatePasswordResponse () {
2309
+ public RotatePasswordResponse () {
2310
2310
OnConstruction();
2311
2311
}
2312
2312
2313
2313
partial void OnConstruction();
2314
2314
2315
2315
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2316
2316
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2317
- public UpdatePasswordResponse(UpdatePasswordResponse other) : this() {
2317
+ public RotatePasswordResponse(RotatePasswordResponse other) : this() {
2318
2318
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
2319
2319
}
2320
2320
2321
2321
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2322
2322
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2323
- public UpdatePasswordResponse Clone() {
2324
- return new UpdatePasswordResponse (this);
2323
+ public RotatePasswordResponse Clone() {
2324
+ return new RotatePasswordResponse (this);
2325
2325
}
2326
2326
2327
2327
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2328
2328
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2329
2329
public override bool Equals(object other) {
2330
- return Equals(other as UpdatePasswordResponse );
2330
+ return Equals(other as RotatePasswordResponse );
2331
2331
}
2332
2332
2333
2333
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2334
2334
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2335
- public bool Equals(UpdatePasswordResponse other) {
2335
+ public bool Equals(RotatePasswordResponse other) {
2336
2336
if (ReferenceEquals(other, null)) {
2337
2337
return false;
2338
2338
}
@@ -2392,7 +2392,7 @@ public int CalculateSize() {
2392
2392
2393
2393
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
2394
2394
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
2395
- public void MergeFrom(UpdatePasswordResponse other) {
2395
+ public void MergeFrom(RotatePasswordResponse other) {
2396
2396
if (other == null) {
2397
2397
return;
2398
2398
}
0 commit comments