@farcaster/hub-web 0.7.4 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -412,8 +412,8 @@ declare enum MessageType {
412
412
  LINK_ADD = 5,
413
413
  /** LINK_REMOVE - Remove an existing Link */
414
414
  LINK_REMOVE = 6,
415
- /** VERIFICATION_ADD_ADDRESS - Add a Verification of an Ethereum Address */
416
- VERIFICATION_ADD_ADDRESS = 7,
415
+ /** VERIFICATION_ADD_ETH_ADDRESS - Add a Verification of an Ethereum Address */
416
+ VERIFICATION_ADD_ETH_ADDRESS = 7,
417
417
  /** VERIFICATION_REMOVE - Remove a Verification */
418
418
  VERIFICATION_REMOVE = 8,
419
419
  /**
@@ -459,11 +459,6 @@ declare enum ReactionType {
459
459
  /** RECAST - Share target cast to the user's audience */
460
460
  RECAST = 2
461
461
  }
462
- /** Type of Protocol to disambiguate verification addresses */
463
- declare enum Protocol {
464
- ETHEREUM = 0,
465
- SOLANA = 1
466
- }
467
462
  /**
468
463
  * A Message is a delta operation on the Farcaster network. The message protobuf is an envelope
469
464
  * that wraps a MessageData object and contains a hash and signature which can verify its authenticity.
@@ -524,17 +519,15 @@ declare const Message: {
524
519
  } | undefined;
525
520
  targetUrl?: string | undefined;
526
521
  } | undefined;
527
- verificationAddAddressBody?: {
522
+ verificationAddEthAddressBody?: {
528
523
  address?: Uint8Array | undefined;
529
- protocolSignature?: Uint8Array | undefined;
524
+ ethSignature?: Uint8Array | undefined;
530
525
  blockHash?: Uint8Array | undefined;
531
526
  verificationType?: number | undefined;
532
527
  chainId?: number | undefined;
533
- protocol?: Protocol | undefined;
534
528
  } | undefined;
535
529
  verificationRemoveBody?: {
536
530
  address?: Uint8Array | undefined;
537
- protocol?: Protocol | undefined;
538
531
  } | undefined;
539
532
  userDataBody?: {
540
533
  type?: UserDataType | undefined;
@@ -604,17 +597,15 @@ declare const Message: {
604
597
  } | undefined;
605
598
  targetUrl?: string | undefined;
606
599
  } | undefined;
607
- verificationAddAddressBody?: {
600
+ verificationAddEthAddressBody?: {
608
601
  address?: Uint8Array | undefined;
609
- protocolSignature?: Uint8Array | undefined;
602
+ ethSignature?: Uint8Array | undefined;
610
603
  blockHash?: Uint8Array | undefined;
611
604
  verificationType?: number | undefined;
612
605
  chainId?: number | undefined;
613
- protocol?: Protocol | undefined;
614
606
  } | undefined;
615
607
  verificationRemoveBody?: {
616
608
  address?: Uint8Array | undefined;
617
- protocol?: Protocol | undefined;
618
609
  } | undefined;
619
610
  userDataBody?: {
620
611
  type?: UserDataType | undefined;
@@ -729,28 +720,24 @@ declare const Message: {
729
720
  } & { [K_9 in Exclude<keyof I["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
730
721
  targetUrl?: string | undefined;
731
722
  } & { [K_10 in Exclude<keyof I["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
732
- verificationAddAddressBody?: ({
723
+ verificationAddEthAddressBody?: ({
733
724
  address?: Uint8Array | undefined;
734
- protocolSignature?: Uint8Array | undefined;
725
+ ethSignature?: Uint8Array | undefined;
735
726
  blockHash?: Uint8Array | undefined;
736
727
  verificationType?: number | undefined;
737
728
  chainId?: number | undefined;
738
- protocol?: Protocol | undefined;
739
729
  } & {
740
730
  address?: Uint8Array | undefined;
741
- protocolSignature?: Uint8Array | undefined;
731
+ ethSignature?: Uint8Array | undefined;
742
732
  blockHash?: Uint8Array | undefined;
743
733
  verificationType?: number | undefined;
744
734
  chainId?: number | undefined;
745
- protocol?: Protocol | undefined;
746
- } & { [K_11 in Exclude<keyof I["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
735
+ } & { [K_11 in Exclude<keyof I["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
747
736
  verificationRemoveBody?: ({
748
737
  address?: Uint8Array | undefined;
749
- protocol?: Protocol | undefined;
750
738
  } & {
751
739
  address?: Uint8Array | undefined;
752
- protocol?: Protocol | undefined;
753
- } & { [K_12 in Exclude<keyof I["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
740
+ } & { [K_12 in Exclude<keyof I["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
754
741
  userDataBody?: ({
755
742
  type?: UserDataType | undefined;
756
743
  value?: string | undefined;
@@ -845,17 +832,15 @@ declare const Message: {
845
832
  } | undefined;
846
833
  targetUrl?: string | undefined;
847
834
  } | undefined;
848
- verificationAddAddressBody?: {
835
+ verificationAddEthAddressBody?: {
849
836
  address?: Uint8Array | undefined;
850
- protocolSignature?: Uint8Array | undefined;
837
+ ethSignature?: Uint8Array | undefined;
851
838
  blockHash?: Uint8Array | undefined;
852
839
  verificationType?: number | undefined;
853
840
  chainId?: number | undefined;
854
- protocol?: Protocol | undefined;
855
841
  } | undefined;
856
842
  verificationRemoveBody?: {
857
843
  address?: Uint8Array | undefined;
858
- protocol?: Protocol | undefined;
859
844
  } | undefined;
860
845
  userDataBody?: {
861
846
  type?: UserDataType | undefined;
@@ -925,17 +910,15 @@ declare const Message: {
925
910
  } | undefined;
926
911
  targetUrl?: string | undefined;
927
912
  } | undefined;
928
- verificationAddAddressBody?: {
913
+ verificationAddEthAddressBody?: {
929
914
  address?: Uint8Array | undefined;
930
- protocolSignature?: Uint8Array | undefined;
915
+ ethSignature?: Uint8Array | undefined;
931
916
  blockHash?: Uint8Array | undefined;
932
917
  verificationType?: number | undefined;
933
918
  chainId?: number | undefined;
934
- protocol?: Protocol | undefined;
935
919
  } | undefined;
936
920
  verificationRemoveBody?: {
937
921
  address?: Uint8Array | undefined;
938
- protocol?: Protocol | undefined;
939
922
  } | undefined;
940
923
  userDataBody?: {
941
924
  type?: UserDataType | undefined;
@@ -1050,28 +1033,24 @@ declare const Message: {
1050
1033
  } & { [K_29 in Exclude<keyof I_1["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
1051
1034
  targetUrl?: string | undefined;
1052
1035
  } & { [K_30 in Exclude<keyof I_1["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
1053
- verificationAddAddressBody?: ({
1036
+ verificationAddEthAddressBody?: ({
1054
1037
  address?: Uint8Array | undefined;
1055
- protocolSignature?: Uint8Array | undefined;
1038
+ ethSignature?: Uint8Array | undefined;
1056
1039
  blockHash?: Uint8Array | undefined;
1057
1040
  verificationType?: number | undefined;
1058
1041
  chainId?: number | undefined;
1059
- protocol?: Protocol | undefined;
1060
1042
  } & {
1061
1043
  address?: Uint8Array | undefined;
1062
- protocolSignature?: Uint8Array | undefined;
1044
+ ethSignature?: Uint8Array | undefined;
1063
1045
  blockHash?: Uint8Array | undefined;
1064
1046
  verificationType?: number | undefined;
1065
1047
  chainId?: number | undefined;
1066
- protocol?: Protocol | undefined;
1067
- } & { [K_31 in Exclude<keyof I_1["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
1048
+ } & { [K_31 in Exclude<keyof I_1["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
1068
1049
  verificationRemoveBody?: ({
1069
1050
  address?: Uint8Array | undefined;
1070
- protocol?: Protocol | undefined;
1071
1051
  } & {
1072
1052
  address?: Uint8Array | undefined;
1073
- protocol?: Protocol | undefined;
1074
- } & { [K_32 in Exclude<keyof I_1["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
1053
+ } & { [K_32 in Exclude<keyof I_1["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
1075
1054
  userDataBody?: ({
1076
1055
  type?: UserDataType | undefined;
1077
1056
  value?: string | undefined;
@@ -1148,7 +1127,7 @@ interface MessageData {
1148
1127
  castAddBody?: CastAddBody | undefined;
1149
1128
  castRemoveBody?: CastRemoveBody | undefined;
1150
1129
  reactionBody?: ReactionBody | undefined;
1151
- verificationAddAddressBody?: VerificationAddAddressBody | undefined;
1130
+ verificationAddEthAddressBody?: VerificationAddEthAddressBody | undefined;
1152
1131
  verificationRemoveBody?: VerificationRemoveBody | undefined;
1153
1132
  /** SignerAddBody signer_add_body = 11; // Deprecated */
1154
1133
  userDataBody?: UserDataBody | undefined;
@@ -1196,17 +1175,15 @@ declare const MessageData: {
1196
1175
  } | undefined;
1197
1176
  targetUrl?: string | undefined;
1198
1177
  } | undefined;
1199
- verificationAddAddressBody?: {
1178
+ verificationAddEthAddressBody?: {
1200
1179
  address?: Uint8Array | undefined;
1201
- protocolSignature?: Uint8Array | undefined;
1180
+ ethSignature?: Uint8Array | undefined;
1202
1181
  blockHash?: Uint8Array | undefined;
1203
1182
  verificationType?: number | undefined;
1204
1183
  chainId?: number | undefined;
1205
- protocol?: Protocol | undefined;
1206
1184
  } | undefined;
1207
1185
  verificationRemoveBody?: {
1208
1186
  address?: Uint8Array | undefined;
1209
- protocol?: Protocol | undefined;
1210
1187
  } | undefined;
1211
1188
  userDataBody?: {
1212
1189
  type?: UserDataType | undefined;
@@ -1321,28 +1298,24 @@ declare const MessageData: {
1321
1298
  } & { [K_9 in Exclude<keyof I["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
1322
1299
  targetUrl?: string | undefined;
1323
1300
  } & { [K_10 in Exclude<keyof I["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
1324
- verificationAddAddressBody?: ({
1301
+ verificationAddEthAddressBody?: ({
1325
1302
  address?: Uint8Array | undefined;
1326
- protocolSignature?: Uint8Array | undefined;
1303
+ ethSignature?: Uint8Array | undefined;
1327
1304
  blockHash?: Uint8Array | undefined;
1328
1305
  verificationType?: number | undefined;
1329
1306
  chainId?: number | undefined;
1330
- protocol?: Protocol | undefined;
1331
1307
  } & {
1332
1308
  address?: Uint8Array | undefined;
1333
- protocolSignature?: Uint8Array | undefined;
1309
+ ethSignature?: Uint8Array | undefined;
1334
1310
  blockHash?: Uint8Array | undefined;
1335
1311
  verificationType?: number | undefined;
1336
1312
  chainId?: number | undefined;
1337
- protocol?: Protocol | undefined;
1338
- } & { [K_11 in Exclude<keyof I["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
1313
+ } & { [K_11 in Exclude<keyof I["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
1339
1314
  verificationRemoveBody?: ({
1340
1315
  address?: Uint8Array | undefined;
1341
- protocol?: Protocol | undefined;
1342
1316
  } & {
1343
1317
  address?: Uint8Array | undefined;
1344
- protocol?: Protocol | undefined;
1345
- } & { [K_12 in Exclude<keyof I["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
1318
+ } & { [K_12 in Exclude<keyof I["verificationRemoveBody"], "address">]: never; }) | undefined;
1346
1319
  userDataBody?: ({
1347
1320
  type?: UserDataType | undefined;
1348
1321
  value?: string | undefined;
@@ -1429,17 +1402,15 @@ declare const MessageData: {
1429
1402
  } | undefined;
1430
1403
  targetUrl?: string | undefined;
1431
1404
  } | undefined;
1432
- verificationAddAddressBody?: {
1405
+ verificationAddEthAddressBody?: {
1433
1406
  address?: Uint8Array | undefined;
1434
- protocolSignature?: Uint8Array | undefined;
1407
+ ethSignature?: Uint8Array | undefined;
1435
1408
  blockHash?: Uint8Array | undefined;
1436
1409
  verificationType?: number | undefined;
1437
1410
  chainId?: number | undefined;
1438
- protocol?: Protocol | undefined;
1439
1411
  } | undefined;
1440
1412
  verificationRemoveBody?: {
1441
1413
  address?: Uint8Array | undefined;
1442
- protocol?: Protocol | undefined;
1443
1414
  } | undefined;
1444
1415
  userDataBody?: {
1445
1416
  type?: UserDataType | undefined;
@@ -1554,28 +1525,24 @@ declare const MessageData: {
1554
1525
  } & { [K_28 in Exclude<keyof I_1["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
1555
1526
  targetUrl?: string | undefined;
1556
1527
  } & { [K_29 in Exclude<keyof I_1["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
1557
- verificationAddAddressBody?: ({
1528
+ verificationAddEthAddressBody?: ({
1558
1529
  address?: Uint8Array | undefined;
1559
- protocolSignature?: Uint8Array | undefined;
1530
+ ethSignature?: Uint8Array | undefined;
1560
1531
  blockHash?: Uint8Array | undefined;
1561
1532
  verificationType?: number | undefined;
1562
1533
  chainId?: number | undefined;
1563
- protocol?: Protocol | undefined;
1564
1534
  } & {
1565
1535
  address?: Uint8Array | undefined;
1566
- protocolSignature?: Uint8Array | undefined;
1536
+ ethSignature?: Uint8Array | undefined;
1567
1537
  blockHash?: Uint8Array | undefined;
1568
1538
  verificationType?: number | undefined;
1569
1539
  chainId?: number | undefined;
1570
- protocol?: Protocol | undefined;
1571
- } & { [K_30 in Exclude<keyof I_1["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
1540
+ } & { [K_30 in Exclude<keyof I_1["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
1572
1541
  verificationRemoveBody?: ({
1573
1542
  address?: Uint8Array | undefined;
1574
- protocol?: Protocol | undefined;
1575
1543
  } & {
1576
1544
  address?: Uint8Array | undefined;
1577
- protocol?: Protocol | undefined;
1578
- } & { [K_31 in Exclude<keyof I_1["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
1545
+ } & { [K_31 in Exclude<keyof I_1["verificationRemoveBody"], "address">]: never; }) | undefined;
1579
1546
  userDataBody?: ({
1580
1547
  type?: UserDataType | undefined;
1581
1548
  value?: string | undefined;
@@ -1938,63 +1905,55 @@ declare const ReactionBody: {
1938
1905
  targetUrl?: string | undefined;
1939
1906
  } & { [K_3 in Exclude<keyof I_1, keyof ReactionBody>]: never; }>(object: I_1): ReactionBody;
1940
1907
  };
1941
- /** Adds a Verification of ownership of an Address based on Protocol */
1942
- interface VerificationAddAddressBody {
1943
- /** Address being verified for a given Protocol */
1908
+ /** Adds a Verification of ownership of an Ethereum Address */
1909
+ interface VerificationAddEthAddressBody {
1910
+ /** Ethereum address being verified */
1944
1911
  address: Uint8Array;
1945
- /** Signature produced by the user's address for a given Protocol */
1946
- protocolSignature: Uint8Array;
1912
+ /** Signature produced by the user's Ethereum address */
1913
+ ethSignature: Uint8Array;
1947
1914
  /** Hash of the latest Ethereum block when the signature was produced */
1948
1915
  blockHash: Uint8Array;
1949
1916
  /** Type of verification. 0 = EOA, 1 = contract */
1950
1917
  verificationType: number;
1951
1918
  /** 0 for EOA verifications, 1 or 10 for contract verifications */
1952
1919
  chainId: number;
1953
- /** Protocol of the Verification */
1954
- protocol: Protocol;
1955
1920
  }
1956
- declare const VerificationAddAddressBody: {
1957
- encode(message: VerificationAddAddressBody, writer?: _m0.Writer): _m0.Writer;
1958
- decode(input: _m0.Reader | Uint8Array, length?: number): VerificationAddAddressBody;
1959
- fromJSON(object: any): VerificationAddAddressBody;
1960
- toJSON(message: VerificationAddAddressBody): unknown;
1921
+ declare const VerificationAddEthAddressBody: {
1922
+ encode(message: VerificationAddEthAddressBody, writer?: _m0.Writer): _m0.Writer;
1923
+ decode(input: _m0.Reader | Uint8Array, length?: number): VerificationAddEthAddressBody;
1924
+ fromJSON(object: any): VerificationAddEthAddressBody;
1925
+ toJSON(message: VerificationAddEthAddressBody): unknown;
1961
1926
  create<I extends {
1962
1927
  address?: Uint8Array | undefined;
1963
- protocolSignature?: Uint8Array | undefined;
1928
+ ethSignature?: Uint8Array | undefined;
1964
1929
  blockHash?: Uint8Array | undefined;
1965
1930
  verificationType?: number | undefined;
1966
1931
  chainId?: number | undefined;
1967
- protocol?: Protocol | undefined;
1968
1932
  } & {
1969
1933
  address?: Uint8Array | undefined;
1970
- protocolSignature?: Uint8Array | undefined;
1934
+ ethSignature?: Uint8Array | undefined;
1971
1935
  blockHash?: Uint8Array | undefined;
1972
1936
  verificationType?: number | undefined;
1973
1937
  chainId?: number | undefined;
1974
- protocol?: Protocol | undefined;
1975
- } & { [K in Exclude<keyof I, keyof VerificationAddAddressBody>]: never; }>(base?: I | undefined): VerificationAddAddressBody;
1938
+ } & { [K in Exclude<keyof I, keyof VerificationAddEthAddressBody>]: never; }>(base?: I | undefined): VerificationAddEthAddressBody;
1976
1939
  fromPartial<I_1 extends {
1977
1940
  address?: Uint8Array | undefined;
1978
- protocolSignature?: Uint8Array | undefined;
1941
+ ethSignature?: Uint8Array | undefined;
1979
1942
  blockHash?: Uint8Array | undefined;
1980
1943
  verificationType?: number | undefined;
1981
1944
  chainId?: number | undefined;
1982
- protocol?: Protocol | undefined;
1983
1945
  } & {
1984
1946
  address?: Uint8Array | undefined;
1985
- protocolSignature?: Uint8Array | undefined;
1947
+ ethSignature?: Uint8Array | undefined;
1986
1948
  blockHash?: Uint8Array | undefined;
1987
1949
  verificationType?: number | undefined;
1988
1950
  chainId?: number | undefined;
1989
- protocol?: Protocol | undefined;
1990
- } & { [K_1 in Exclude<keyof I_1, keyof VerificationAddAddressBody>]: never; }>(object: I_1): VerificationAddAddressBody;
1951
+ } & { [K_1 in Exclude<keyof I_1, keyof VerificationAddEthAddressBody>]: never; }>(object: I_1): VerificationAddEthAddressBody;
1991
1952
  };
1992
- /** Removes a Verification of a given protocol */
1953
+ /** Removes a Verification of any type */
1993
1954
  interface VerificationRemoveBody {
1994
1955
  /** Address of the Verification to remove */
1995
1956
  address: Uint8Array;
1996
- /** Protocol of the Verification to remove */
1997
- protocol: Protocol;
1998
1957
  }
1999
1958
  declare const VerificationRemoveBody: {
2000
1959
  encode(message: VerificationRemoveBody, writer?: _m0.Writer): _m0.Writer;
@@ -2003,18 +1962,14 @@ declare const VerificationRemoveBody: {
2003
1962
  toJSON(message: VerificationRemoveBody): unknown;
2004
1963
  create<I extends {
2005
1964
  address?: Uint8Array | undefined;
2006
- protocol?: Protocol | undefined;
2007
1965
  } & {
2008
1966
  address?: Uint8Array | undefined;
2009
- protocol?: Protocol | undefined;
2010
- } & { [K in Exclude<keyof I, keyof VerificationRemoveBody>]: never; }>(base?: I | undefined): VerificationRemoveBody;
1967
+ } & { [K in Exclude<keyof I, "address">]: never; }>(base?: I | undefined): VerificationRemoveBody;
2011
1968
  fromPartial<I_1 extends {
2012
1969
  address?: Uint8Array | undefined;
2013
- protocol?: Protocol | undefined;
2014
1970
  } & {
2015
1971
  address?: Uint8Array | undefined;
2016
- protocol?: Protocol | undefined;
2017
- } & { [K_1 in Exclude<keyof I_1, keyof VerificationRemoveBody>]: never; }>(object: I_1): VerificationRemoveBody;
1972
+ } & { [K_1 in Exclude<keyof I_1, "address">]: never; }>(object: I_1): VerificationRemoveBody;
2018
1973
  };
2019
1974
  /** Adds or removes a Link */
2020
1975
  interface LinkBody {
@@ -2170,17 +2125,15 @@ declare const MergeMessageBody: {
2170
2125
  } | undefined;
2171
2126
  targetUrl?: string | undefined;
2172
2127
  } | undefined;
2173
- verificationAddAddressBody?: {
2128
+ verificationAddEthAddressBody?: {
2174
2129
  address?: Uint8Array | undefined;
2175
- protocolSignature?: Uint8Array | undefined;
2130
+ ethSignature?: Uint8Array | undefined;
2176
2131
  blockHash?: Uint8Array | undefined;
2177
2132
  verificationType?: number | undefined;
2178
2133
  chainId?: number | undefined;
2179
- protocol?: Protocol | undefined;
2180
2134
  } | undefined;
2181
2135
  verificationRemoveBody?: {
2182
2136
  address?: Uint8Array | undefined;
2183
- protocol?: Protocol | undefined;
2184
2137
  } | undefined;
2185
2138
  userDataBody?: {
2186
2139
  type?: UserDataType | undefined;
@@ -2251,17 +2204,15 @@ declare const MergeMessageBody: {
2251
2204
  } | undefined;
2252
2205
  targetUrl?: string | undefined;
2253
2206
  } | undefined;
2254
- verificationAddAddressBody?: {
2207
+ verificationAddEthAddressBody?: {
2255
2208
  address?: Uint8Array | undefined;
2256
- protocolSignature?: Uint8Array | undefined;
2209
+ ethSignature?: Uint8Array | undefined;
2257
2210
  blockHash?: Uint8Array | undefined;
2258
2211
  verificationType?: number | undefined;
2259
2212
  chainId?: number | undefined;
2260
- protocol?: Protocol | undefined;
2261
2213
  } | undefined;
2262
2214
  verificationRemoveBody?: {
2263
2215
  address?: Uint8Array | undefined;
2264
- protocol?: Protocol | undefined;
2265
2216
  } | undefined;
2266
2217
  userDataBody?: {
2267
2218
  type?: UserDataType | undefined;
@@ -2333,17 +2284,15 @@ declare const MergeMessageBody: {
2333
2284
  } | undefined;
2334
2285
  targetUrl?: string | undefined;
2335
2286
  } | undefined;
2336
- verificationAddAddressBody?: {
2287
+ verificationAddEthAddressBody?: {
2337
2288
  address?: Uint8Array | undefined;
2338
- protocolSignature?: Uint8Array | undefined;
2289
+ ethSignature?: Uint8Array | undefined;
2339
2290
  blockHash?: Uint8Array | undefined;
2340
2291
  verificationType?: number | undefined;
2341
2292
  chainId?: number | undefined;
2342
- protocol?: Protocol | undefined;
2343
2293
  } | undefined;
2344
2294
  verificationRemoveBody?: {
2345
2295
  address?: Uint8Array | undefined;
2346
- protocol?: Protocol | undefined;
2347
2296
  } | undefined;
2348
2297
  userDataBody?: {
2349
2298
  type?: UserDataType | undefined;
@@ -2413,17 +2362,15 @@ declare const MergeMessageBody: {
2413
2362
  } | undefined;
2414
2363
  targetUrl?: string | undefined;
2415
2364
  } | undefined;
2416
- verificationAddAddressBody?: {
2365
+ verificationAddEthAddressBody?: {
2417
2366
  address?: Uint8Array | undefined;
2418
- protocolSignature?: Uint8Array | undefined;
2367
+ ethSignature?: Uint8Array | undefined;
2419
2368
  blockHash?: Uint8Array | undefined;
2420
2369
  verificationType?: number | undefined;
2421
2370
  chainId?: number | undefined;
2422
- protocol?: Protocol | undefined;
2423
2371
  } | undefined;
2424
2372
  verificationRemoveBody?: {
2425
2373
  address?: Uint8Array | undefined;
2426
- protocol?: Protocol | undefined;
2427
2374
  } | undefined;
2428
2375
  userDataBody?: {
2429
2376
  type?: UserDataType | undefined;
@@ -2538,28 +2485,24 @@ declare const MergeMessageBody: {
2538
2485
  } & { [K_9 in Exclude<keyof I["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
2539
2486
  targetUrl?: string | undefined;
2540
2487
  } & { [K_10 in Exclude<keyof I["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
2541
- verificationAddAddressBody?: ({
2488
+ verificationAddEthAddressBody?: ({
2542
2489
  address?: Uint8Array | undefined;
2543
- protocolSignature?: Uint8Array | undefined;
2490
+ ethSignature?: Uint8Array | undefined;
2544
2491
  blockHash?: Uint8Array | undefined;
2545
2492
  verificationType?: number | undefined;
2546
2493
  chainId?: number | undefined;
2547
- protocol?: Protocol | undefined;
2548
2494
  } & {
2549
2495
  address?: Uint8Array | undefined;
2550
- protocolSignature?: Uint8Array | undefined;
2496
+ ethSignature?: Uint8Array | undefined;
2551
2497
  blockHash?: Uint8Array | undefined;
2552
2498
  verificationType?: number | undefined;
2553
2499
  chainId?: number | undefined;
2554
- protocol?: Protocol | undefined;
2555
- } & { [K_11 in Exclude<keyof I["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
2500
+ } & { [K_11 in Exclude<keyof I["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
2556
2501
  verificationRemoveBody?: ({
2557
2502
  address?: Uint8Array | undefined;
2558
- protocol?: Protocol | undefined;
2559
2503
  } & {
2560
2504
  address?: Uint8Array | undefined;
2561
- protocol?: Protocol | undefined;
2562
- } & { [K_12 in Exclude<keyof I["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
2505
+ } & { [K_12 in Exclude<keyof I["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
2563
2506
  userDataBody?: ({
2564
2507
  type?: UserDataType | undefined;
2565
2508
  value?: string | undefined;
@@ -2654,17 +2597,15 @@ declare const MergeMessageBody: {
2654
2597
  } | undefined;
2655
2598
  targetUrl?: string | undefined;
2656
2599
  } | undefined;
2657
- verificationAddAddressBody?: {
2600
+ verificationAddEthAddressBody?: {
2658
2601
  address?: Uint8Array | undefined;
2659
- protocolSignature?: Uint8Array | undefined;
2602
+ ethSignature?: Uint8Array | undefined;
2660
2603
  blockHash?: Uint8Array | undefined;
2661
2604
  verificationType?: number | undefined;
2662
2605
  chainId?: number | undefined;
2663
- protocol?: Protocol | undefined;
2664
2606
  } | undefined;
2665
2607
  verificationRemoveBody?: {
2666
2608
  address?: Uint8Array | undefined;
2667
- protocol?: Protocol | undefined;
2668
2609
  } | undefined;
2669
2610
  userDataBody?: {
2670
2611
  type?: UserDataType | undefined;
@@ -2734,17 +2675,15 @@ declare const MergeMessageBody: {
2734
2675
  } | undefined;
2735
2676
  targetUrl?: string | undefined;
2736
2677
  } | undefined;
2737
- verificationAddAddressBody?: {
2678
+ verificationAddEthAddressBody?: {
2738
2679
  address?: Uint8Array | undefined;
2739
- protocolSignature?: Uint8Array | undefined;
2680
+ ethSignature?: Uint8Array | undefined;
2740
2681
  blockHash?: Uint8Array | undefined;
2741
2682
  verificationType?: number | undefined;
2742
2683
  chainId?: number | undefined;
2743
- protocol?: Protocol | undefined;
2744
2684
  } | undefined;
2745
2685
  verificationRemoveBody?: {
2746
2686
  address?: Uint8Array | undefined;
2747
- protocol?: Protocol | undefined;
2748
2687
  } | undefined;
2749
2688
  userDataBody?: {
2750
2689
  type?: UserDataType | undefined;
@@ -2814,17 +2753,15 @@ declare const MergeMessageBody: {
2814
2753
  } | undefined;
2815
2754
  targetUrl?: string | undefined;
2816
2755
  } | undefined;
2817
- verificationAddAddressBody?: {
2756
+ verificationAddEthAddressBody?: {
2818
2757
  address?: Uint8Array | undefined;
2819
- protocolSignature?: Uint8Array | undefined;
2758
+ ethSignature?: Uint8Array | undefined;
2820
2759
  blockHash?: Uint8Array | undefined;
2821
2760
  verificationType?: number | undefined;
2822
2761
  chainId?: number | undefined;
2823
- protocol?: Protocol | undefined;
2824
2762
  } | undefined;
2825
2763
  verificationRemoveBody?: {
2826
2764
  address?: Uint8Array | undefined;
2827
- protocol?: Protocol | undefined;
2828
2765
  } | undefined;
2829
2766
  userDataBody?: {
2830
2767
  type?: UserDataType | undefined;
@@ -2939,28 +2876,24 @@ declare const MergeMessageBody: {
2939
2876
  } & { [K_29 in Exclude<keyof I["deletedMessages"][number]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
2940
2877
  targetUrl?: string | undefined;
2941
2878
  } & { [K_30 in Exclude<keyof I["deletedMessages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
2942
- verificationAddAddressBody?: ({
2879
+ verificationAddEthAddressBody?: ({
2943
2880
  address?: Uint8Array | undefined;
2944
- protocolSignature?: Uint8Array | undefined;
2881
+ ethSignature?: Uint8Array | undefined;
2945
2882
  blockHash?: Uint8Array | undefined;
2946
2883
  verificationType?: number | undefined;
2947
2884
  chainId?: number | undefined;
2948
- protocol?: Protocol | undefined;
2949
2885
  } & {
2950
2886
  address?: Uint8Array | undefined;
2951
- protocolSignature?: Uint8Array | undefined;
2887
+ ethSignature?: Uint8Array | undefined;
2952
2888
  blockHash?: Uint8Array | undefined;
2953
2889
  verificationType?: number | undefined;
2954
2890
  chainId?: number | undefined;
2955
- protocol?: Protocol | undefined;
2956
- } & { [K_31 in Exclude<keyof I["deletedMessages"][number]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
2891
+ } & { [K_31 in Exclude<keyof I["deletedMessages"][number]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
2957
2892
  verificationRemoveBody?: ({
2958
2893
  address?: Uint8Array | undefined;
2959
- protocol?: Protocol | undefined;
2960
2894
  } & {
2961
2895
  address?: Uint8Array | undefined;
2962
- protocol?: Protocol | undefined;
2963
- } & { [K_32 in Exclude<keyof I["deletedMessages"][number]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
2896
+ } & { [K_32 in Exclude<keyof I["deletedMessages"][number]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
2964
2897
  userDataBody?: ({
2965
2898
  type?: UserDataType | undefined;
2966
2899
  value?: string | undefined;
@@ -3054,17 +2987,15 @@ declare const MergeMessageBody: {
3054
2987
  } | undefined;
3055
2988
  targetUrl?: string | undefined;
3056
2989
  } | undefined;
3057
- verificationAddAddressBody?: {
2990
+ verificationAddEthAddressBody?: {
3058
2991
  address?: Uint8Array | undefined;
3059
- protocolSignature?: Uint8Array | undefined;
2992
+ ethSignature?: Uint8Array | undefined;
3060
2993
  blockHash?: Uint8Array | undefined;
3061
2994
  verificationType?: number | undefined;
3062
2995
  chainId?: number | undefined;
3063
- protocol?: Protocol | undefined;
3064
2996
  } | undefined;
3065
2997
  verificationRemoveBody?: {
3066
2998
  address?: Uint8Array | undefined;
3067
- protocol?: Protocol | undefined;
3068
2999
  } | undefined;
3069
3000
  userDataBody?: {
3070
3001
  type?: UserDataType | undefined;
@@ -3137,17 +3068,15 @@ declare const MergeMessageBody: {
3137
3068
  } | undefined;
3138
3069
  targetUrl?: string | undefined;
3139
3070
  } | undefined;
3140
- verificationAddAddressBody?: {
3071
+ verificationAddEthAddressBody?: {
3141
3072
  address?: Uint8Array | undefined;
3142
- protocolSignature?: Uint8Array | undefined;
3073
+ ethSignature?: Uint8Array | undefined;
3143
3074
  blockHash?: Uint8Array | undefined;
3144
3075
  verificationType?: number | undefined;
3145
3076
  chainId?: number | undefined;
3146
- protocol?: Protocol | undefined;
3147
3077
  } | undefined;
3148
3078
  verificationRemoveBody?: {
3149
3079
  address?: Uint8Array | undefined;
3150
- protocol?: Protocol | undefined;
3151
3080
  } | undefined;
3152
3081
  userDataBody?: {
3153
3082
  type?: UserDataType | undefined;
@@ -3218,17 +3147,15 @@ declare const MergeMessageBody: {
3218
3147
  } | undefined;
3219
3148
  targetUrl?: string | undefined;
3220
3149
  } | undefined;
3221
- verificationAddAddressBody?: {
3150
+ verificationAddEthAddressBody?: {
3222
3151
  address?: Uint8Array | undefined;
3223
- protocolSignature?: Uint8Array | undefined;
3152
+ ethSignature?: Uint8Array | undefined;
3224
3153
  blockHash?: Uint8Array | undefined;
3225
3154
  verificationType?: number | undefined;
3226
3155
  chainId?: number | undefined;
3227
- protocol?: Protocol | undefined;
3228
3156
  } | undefined;
3229
3157
  verificationRemoveBody?: {
3230
3158
  address?: Uint8Array | undefined;
3231
- protocol?: Protocol | undefined;
3232
3159
  } | undefined;
3233
3160
  userDataBody?: {
3234
3161
  type?: UserDataType | undefined;
@@ -3300,17 +3227,15 @@ declare const MergeMessageBody: {
3300
3227
  } | undefined;
3301
3228
  targetUrl?: string | undefined;
3302
3229
  } | undefined;
3303
- verificationAddAddressBody?: {
3230
+ verificationAddEthAddressBody?: {
3304
3231
  address?: Uint8Array | undefined;
3305
- protocolSignature?: Uint8Array | undefined;
3232
+ ethSignature?: Uint8Array | undefined;
3306
3233
  blockHash?: Uint8Array | undefined;
3307
3234
  verificationType?: number | undefined;
3308
3235
  chainId?: number | undefined;
3309
- protocol?: Protocol | undefined;
3310
3236
  } | undefined;
3311
3237
  verificationRemoveBody?: {
3312
3238
  address?: Uint8Array | undefined;
3313
- protocol?: Protocol | undefined;
3314
3239
  } | undefined;
3315
3240
  userDataBody?: {
3316
3241
  type?: UserDataType | undefined;
@@ -3380,17 +3305,15 @@ declare const MergeMessageBody: {
3380
3305
  } | undefined;
3381
3306
  targetUrl?: string | undefined;
3382
3307
  } | undefined;
3383
- verificationAddAddressBody?: {
3308
+ verificationAddEthAddressBody?: {
3384
3309
  address?: Uint8Array | undefined;
3385
- protocolSignature?: Uint8Array | undefined;
3310
+ ethSignature?: Uint8Array | undefined;
3386
3311
  blockHash?: Uint8Array | undefined;
3387
3312
  verificationType?: number | undefined;
3388
3313
  chainId?: number | undefined;
3389
- protocol?: Protocol | undefined;
3390
3314
  } | undefined;
3391
3315
  verificationRemoveBody?: {
3392
3316
  address?: Uint8Array | undefined;
3393
- protocol?: Protocol | undefined;
3394
3317
  } | undefined;
3395
3318
  userDataBody?: {
3396
3319
  type?: UserDataType | undefined;
@@ -3505,28 +3428,24 @@ declare const MergeMessageBody: {
3505
3428
  } & { [K_51 in Exclude<keyof I_1["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
3506
3429
  targetUrl?: string | undefined;
3507
3430
  } & { [K_52 in Exclude<keyof I_1["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
3508
- verificationAddAddressBody?: ({
3431
+ verificationAddEthAddressBody?: ({
3509
3432
  address?: Uint8Array | undefined;
3510
- protocolSignature?: Uint8Array | undefined;
3433
+ ethSignature?: Uint8Array | undefined;
3511
3434
  blockHash?: Uint8Array | undefined;
3512
3435
  verificationType?: number | undefined;
3513
3436
  chainId?: number | undefined;
3514
- protocol?: Protocol | undefined;
3515
3437
  } & {
3516
3438
  address?: Uint8Array | undefined;
3517
- protocolSignature?: Uint8Array | undefined;
3439
+ ethSignature?: Uint8Array | undefined;
3518
3440
  blockHash?: Uint8Array | undefined;
3519
3441
  verificationType?: number | undefined;
3520
3442
  chainId?: number | undefined;
3521
- protocol?: Protocol | undefined;
3522
- } & { [K_53 in Exclude<keyof I_1["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
3443
+ } & { [K_53 in Exclude<keyof I_1["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
3523
3444
  verificationRemoveBody?: ({
3524
3445
  address?: Uint8Array | undefined;
3525
- protocol?: Protocol | undefined;
3526
3446
  } & {
3527
3447
  address?: Uint8Array | undefined;
3528
- protocol?: Protocol | undefined;
3529
- } & { [K_54 in Exclude<keyof I_1["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
3448
+ } & { [K_54 in Exclude<keyof I_1["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
3530
3449
  userDataBody?: ({
3531
3450
  type?: UserDataType | undefined;
3532
3451
  value?: string | undefined;
@@ -3621,17 +3540,15 @@ declare const MergeMessageBody: {
3621
3540
  } | undefined;
3622
3541
  targetUrl?: string | undefined;
3623
3542
  } | undefined;
3624
- verificationAddAddressBody?: {
3543
+ verificationAddEthAddressBody?: {
3625
3544
  address?: Uint8Array | undefined;
3626
- protocolSignature?: Uint8Array | undefined;
3545
+ ethSignature?: Uint8Array | undefined;
3627
3546
  blockHash?: Uint8Array | undefined;
3628
3547
  verificationType?: number | undefined;
3629
3548
  chainId?: number | undefined;
3630
- protocol?: Protocol | undefined;
3631
3549
  } | undefined;
3632
3550
  verificationRemoveBody?: {
3633
3551
  address?: Uint8Array | undefined;
3634
- protocol?: Protocol | undefined;
3635
3552
  } | undefined;
3636
3553
  userDataBody?: {
3637
3554
  type?: UserDataType | undefined;
@@ -3701,17 +3618,15 @@ declare const MergeMessageBody: {
3701
3618
  } | undefined;
3702
3619
  targetUrl?: string | undefined;
3703
3620
  } | undefined;
3704
- verificationAddAddressBody?: {
3621
+ verificationAddEthAddressBody?: {
3705
3622
  address?: Uint8Array | undefined;
3706
- protocolSignature?: Uint8Array | undefined;
3623
+ ethSignature?: Uint8Array | undefined;
3707
3624
  blockHash?: Uint8Array | undefined;
3708
3625
  verificationType?: number | undefined;
3709
3626
  chainId?: number | undefined;
3710
- protocol?: Protocol | undefined;
3711
3627
  } | undefined;
3712
3628
  verificationRemoveBody?: {
3713
3629
  address?: Uint8Array | undefined;
3714
- protocol?: Protocol | undefined;
3715
3630
  } | undefined;
3716
3631
  userDataBody?: {
3717
3632
  type?: UserDataType | undefined;
@@ -3781,17 +3696,15 @@ declare const MergeMessageBody: {
3781
3696
  } | undefined;
3782
3697
  targetUrl?: string | undefined;
3783
3698
  } | undefined;
3784
- verificationAddAddressBody?: {
3699
+ verificationAddEthAddressBody?: {
3785
3700
  address?: Uint8Array | undefined;
3786
- protocolSignature?: Uint8Array | undefined;
3701
+ ethSignature?: Uint8Array | undefined;
3787
3702
  blockHash?: Uint8Array | undefined;
3788
3703
  verificationType?: number | undefined;
3789
3704
  chainId?: number | undefined;
3790
- protocol?: Protocol | undefined;
3791
3705
  } | undefined;
3792
3706
  verificationRemoveBody?: {
3793
3707
  address?: Uint8Array | undefined;
3794
- protocol?: Protocol | undefined;
3795
3708
  } | undefined;
3796
3709
  userDataBody?: {
3797
3710
  type?: UserDataType | undefined;
@@ -3906,28 +3819,24 @@ declare const MergeMessageBody: {
3906
3819
  } & { [K_71 in Exclude<keyof I_1["deletedMessages"][number]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
3907
3820
  targetUrl?: string | undefined;
3908
3821
  } & { [K_72 in Exclude<keyof I_1["deletedMessages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
3909
- verificationAddAddressBody?: ({
3822
+ verificationAddEthAddressBody?: ({
3910
3823
  address?: Uint8Array | undefined;
3911
- protocolSignature?: Uint8Array | undefined;
3824
+ ethSignature?: Uint8Array | undefined;
3912
3825
  blockHash?: Uint8Array | undefined;
3913
3826
  verificationType?: number | undefined;
3914
3827
  chainId?: number | undefined;
3915
- protocol?: Protocol | undefined;
3916
3828
  } & {
3917
3829
  address?: Uint8Array | undefined;
3918
- protocolSignature?: Uint8Array | undefined;
3830
+ ethSignature?: Uint8Array | undefined;
3919
3831
  blockHash?: Uint8Array | undefined;
3920
3832
  verificationType?: number | undefined;
3921
3833
  chainId?: number | undefined;
3922
- protocol?: Protocol | undefined;
3923
- } & { [K_73 in Exclude<keyof I_1["deletedMessages"][number]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
3834
+ } & { [K_73 in Exclude<keyof I_1["deletedMessages"][number]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
3924
3835
  verificationRemoveBody?: ({
3925
3836
  address?: Uint8Array | undefined;
3926
- protocol?: Protocol | undefined;
3927
3837
  } & {
3928
3838
  address?: Uint8Array | undefined;
3929
- protocol?: Protocol | undefined;
3930
- } & { [K_74 in Exclude<keyof I_1["deletedMessages"][number]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
3839
+ } & { [K_74 in Exclude<keyof I_1["deletedMessages"][number]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
3931
3840
  userDataBody?: ({
3932
3841
  type?: UserDataType | undefined;
3933
3842
  value?: string | undefined;
@@ -4021,17 +3930,15 @@ declare const MergeMessageBody: {
4021
3930
  } | undefined;
4022
3931
  targetUrl?: string | undefined;
4023
3932
  } | undefined;
4024
- verificationAddAddressBody?: {
3933
+ verificationAddEthAddressBody?: {
4025
3934
  address?: Uint8Array | undefined;
4026
- protocolSignature?: Uint8Array | undefined;
3935
+ ethSignature?: Uint8Array | undefined;
4027
3936
  blockHash?: Uint8Array | undefined;
4028
3937
  verificationType?: number | undefined;
4029
3938
  chainId?: number | undefined;
4030
- protocol?: Protocol | undefined;
4031
3939
  } | undefined;
4032
3940
  verificationRemoveBody?: {
4033
3941
  address?: Uint8Array | undefined;
4034
- protocol?: Protocol | undefined;
4035
3942
  } | undefined;
4036
3943
  userDataBody?: {
4037
3944
  type?: UserDataType | undefined;
@@ -4113,17 +4020,15 @@ declare const PruneMessageBody: {
4113
4020
  } | undefined;
4114
4021
  targetUrl?: string | undefined;
4115
4022
  } | undefined;
4116
- verificationAddAddressBody?: {
4023
+ verificationAddEthAddressBody?: {
4117
4024
  address?: Uint8Array | undefined;
4118
- protocolSignature?: Uint8Array | undefined;
4025
+ ethSignature?: Uint8Array | undefined;
4119
4026
  blockHash?: Uint8Array | undefined;
4120
4027
  verificationType?: number | undefined;
4121
4028
  chainId?: number | undefined;
4122
- protocol?: Protocol | undefined;
4123
4029
  } | undefined;
4124
4030
  verificationRemoveBody?: {
4125
4031
  address?: Uint8Array | undefined;
4126
- protocol?: Protocol | undefined;
4127
4032
  } | undefined;
4128
4033
  userDataBody?: {
4129
4034
  type?: UserDataType | undefined;
@@ -4195,17 +4100,15 @@ declare const PruneMessageBody: {
4195
4100
  } | undefined;
4196
4101
  targetUrl?: string | undefined;
4197
4102
  } | undefined;
4198
- verificationAddAddressBody?: {
4103
+ verificationAddEthAddressBody?: {
4199
4104
  address?: Uint8Array | undefined;
4200
- protocolSignature?: Uint8Array | undefined;
4105
+ ethSignature?: Uint8Array | undefined;
4201
4106
  blockHash?: Uint8Array | undefined;
4202
4107
  verificationType?: number | undefined;
4203
4108
  chainId?: number | undefined;
4204
- protocol?: Protocol | undefined;
4205
4109
  } | undefined;
4206
4110
  verificationRemoveBody?: {
4207
4111
  address?: Uint8Array | undefined;
4208
- protocol?: Protocol | undefined;
4209
4112
  } | undefined;
4210
4113
  userDataBody?: {
4211
4114
  type?: UserDataType | undefined;
@@ -4275,17 +4178,15 @@ declare const PruneMessageBody: {
4275
4178
  } | undefined;
4276
4179
  targetUrl?: string | undefined;
4277
4180
  } | undefined;
4278
- verificationAddAddressBody?: {
4181
+ verificationAddEthAddressBody?: {
4279
4182
  address?: Uint8Array | undefined;
4280
- protocolSignature?: Uint8Array | undefined;
4183
+ ethSignature?: Uint8Array | undefined;
4281
4184
  blockHash?: Uint8Array | undefined;
4282
4185
  verificationType?: number | undefined;
4283
4186
  chainId?: number | undefined;
4284
- protocol?: Protocol | undefined;
4285
4187
  } | undefined;
4286
4188
  verificationRemoveBody?: {
4287
4189
  address?: Uint8Array | undefined;
4288
- protocol?: Protocol | undefined;
4289
4190
  } | undefined;
4290
4191
  userDataBody?: {
4291
4192
  type?: UserDataType | undefined;
@@ -4400,28 +4301,24 @@ declare const PruneMessageBody: {
4400
4301
  } & { [K_9 in Exclude<keyof I["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
4401
4302
  targetUrl?: string | undefined;
4402
4303
  } & { [K_10 in Exclude<keyof I["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
4403
- verificationAddAddressBody?: ({
4304
+ verificationAddEthAddressBody?: ({
4404
4305
  address?: Uint8Array | undefined;
4405
- protocolSignature?: Uint8Array | undefined;
4306
+ ethSignature?: Uint8Array | undefined;
4406
4307
  blockHash?: Uint8Array | undefined;
4407
4308
  verificationType?: number | undefined;
4408
4309
  chainId?: number | undefined;
4409
- protocol?: Protocol | undefined;
4410
4310
  } & {
4411
4311
  address?: Uint8Array | undefined;
4412
- protocolSignature?: Uint8Array | undefined;
4312
+ ethSignature?: Uint8Array | undefined;
4413
4313
  blockHash?: Uint8Array | undefined;
4414
4314
  verificationType?: number | undefined;
4415
4315
  chainId?: number | undefined;
4416
- protocol?: Protocol | undefined;
4417
- } & { [K_11 in Exclude<keyof I["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
4316
+ } & { [K_11 in Exclude<keyof I["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
4418
4317
  verificationRemoveBody?: ({
4419
4318
  address?: Uint8Array | undefined;
4420
- protocol?: Protocol | undefined;
4421
4319
  } & {
4422
4320
  address?: Uint8Array | undefined;
4423
- protocol?: Protocol | undefined;
4424
- } & { [K_12 in Exclude<keyof I["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
4321
+ } & { [K_12 in Exclude<keyof I["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
4425
4322
  userDataBody?: ({
4426
4323
  type?: UserDataType | undefined;
4427
4324
  value?: string | undefined;
@@ -4518,17 +4415,15 @@ declare const PruneMessageBody: {
4518
4415
  } | undefined;
4519
4416
  targetUrl?: string | undefined;
4520
4417
  } | undefined;
4521
- verificationAddAddressBody?: {
4418
+ verificationAddEthAddressBody?: {
4522
4419
  address?: Uint8Array | undefined;
4523
- protocolSignature?: Uint8Array | undefined;
4420
+ ethSignature?: Uint8Array | undefined;
4524
4421
  blockHash?: Uint8Array | undefined;
4525
4422
  verificationType?: number | undefined;
4526
4423
  chainId?: number | undefined;
4527
- protocol?: Protocol | undefined;
4528
4424
  } | undefined;
4529
4425
  verificationRemoveBody?: {
4530
4426
  address?: Uint8Array | undefined;
4531
- protocol?: Protocol | undefined;
4532
4427
  } | undefined;
4533
4428
  userDataBody?: {
4534
4429
  type?: UserDataType | undefined;
@@ -4600,17 +4495,15 @@ declare const PruneMessageBody: {
4600
4495
  } | undefined;
4601
4496
  targetUrl?: string | undefined;
4602
4497
  } | undefined;
4603
- verificationAddAddressBody?: {
4498
+ verificationAddEthAddressBody?: {
4604
4499
  address?: Uint8Array | undefined;
4605
- protocolSignature?: Uint8Array | undefined;
4500
+ ethSignature?: Uint8Array | undefined;
4606
4501
  blockHash?: Uint8Array | undefined;
4607
4502
  verificationType?: number | undefined;
4608
4503
  chainId?: number | undefined;
4609
- protocol?: Protocol | undefined;
4610
4504
  } | undefined;
4611
4505
  verificationRemoveBody?: {
4612
4506
  address?: Uint8Array | undefined;
4613
- protocol?: Protocol | undefined;
4614
4507
  } | undefined;
4615
4508
  userDataBody?: {
4616
4509
  type?: UserDataType | undefined;
@@ -4680,17 +4573,15 @@ declare const PruneMessageBody: {
4680
4573
  } | undefined;
4681
4574
  targetUrl?: string | undefined;
4682
4575
  } | undefined;
4683
- verificationAddAddressBody?: {
4576
+ verificationAddEthAddressBody?: {
4684
4577
  address?: Uint8Array | undefined;
4685
- protocolSignature?: Uint8Array | undefined;
4578
+ ethSignature?: Uint8Array | undefined;
4686
4579
  blockHash?: Uint8Array | undefined;
4687
4580
  verificationType?: number | undefined;
4688
4581
  chainId?: number | undefined;
4689
- protocol?: Protocol | undefined;
4690
4582
  } | undefined;
4691
4583
  verificationRemoveBody?: {
4692
4584
  address?: Uint8Array | undefined;
4693
- protocol?: Protocol | undefined;
4694
4585
  } | undefined;
4695
4586
  userDataBody?: {
4696
4587
  type?: UserDataType | undefined;
@@ -4805,28 +4696,24 @@ declare const PruneMessageBody: {
4805
4696
  } & { [K_30 in Exclude<keyof I_1["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
4806
4697
  targetUrl?: string | undefined;
4807
4698
  } & { [K_31 in Exclude<keyof I_1["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
4808
- verificationAddAddressBody?: ({
4699
+ verificationAddEthAddressBody?: ({
4809
4700
  address?: Uint8Array | undefined;
4810
- protocolSignature?: Uint8Array | undefined;
4701
+ ethSignature?: Uint8Array | undefined;
4811
4702
  blockHash?: Uint8Array | undefined;
4812
4703
  verificationType?: number | undefined;
4813
4704
  chainId?: number | undefined;
4814
- protocol?: Protocol | undefined;
4815
4705
  } & {
4816
4706
  address?: Uint8Array | undefined;
4817
- protocolSignature?: Uint8Array | undefined;
4707
+ ethSignature?: Uint8Array | undefined;
4818
4708
  blockHash?: Uint8Array | undefined;
4819
4709
  verificationType?: number | undefined;
4820
4710
  chainId?: number | undefined;
4821
- protocol?: Protocol | undefined;
4822
- } & { [K_32 in Exclude<keyof I_1["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
4711
+ } & { [K_32 in Exclude<keyof I_1["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
4823
4712
  verificationRemoveBody?: ({
4824
4713
  address?: Uint8Array | undefined;
4825
- protocol?: Protocol | undefined;
4826
4714
  } & {
4827
4715
  address?: Uint8Array | undefined;
4828
- protocol?: Protocol | undefined;
4829
- } & { [K_33 in Exclude<keyof I_1["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
4716
+ } & { [K_33 in Exclude<keyof I_1["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
4830
4717
  userDataBody?: ({
4831
4718
  type?: UserDataType | undefined;
4832
4719
  value?: string | undefined;
@@ -4932,17 +4819,15 @@ declare const RevokeMessageBody: {
4932
4819
  } | undefined;
4933
4820
  targetUrl?: string | undefined;
4934
4821
  } | undefined;
4935
- verificationAddAddressBody?: {
4822
+ verificationAddEthAddressBody?: {
4936
4823
  address?: Uint8Array | undefined;
4937
- protocolSignature?: Uint8Array | undefined;
4824
+ ethSignature?: Uint8Array | undefined;
4938
4825
  blockHash?: Uint8Array | undefined;
4939
4826
  verificationType?: number | undefined;
4940
4827
  chainId?: number | undefined;
4941
- protocol?: Protocol | undefined;
4942
4828
  } | undefined;
4943
4829
  verificationRemoveBody?: {
4944
4830
  address?: Uint8Array | undefined;
4945
- protocol?: Protocol | undefined;
4946
4831
  } | undefined;
4947
4832
  userDataBody?: {
4948
4833
  type?: UserDataType | undefined;
@@ -5014,17 +4899,15 @@ declare const RevokeMessageBody: {
5014
4899
  } | undefined;
5015
4900
  targetUrl?: string | undefined;
5016
4901
  } | undefined;
5017
- verificationAddAddressBody?: {
4902
+ verificationAddEthAddressBody?: {
5018
4903
  address?: Uint8Array | undefined;
5019
- protocolSignature?: Uint8Array | undefined;
4904
+ ethSignature?: Uint8Array | undefined;
5020
4905
  blockHash?: Uint8Array | undefined;
5021
4906
  verificationType?: number | undefined;
5022
4907
  chainId?: number | undefined;
5023
- protocol?: Protocol | undefined;
5024
4908
  } | undefined;
5025
4909
  verificationRemoveBody?: {
5026
4910
  address?: Uint8Array | undefined;
5027
- protocol?: Protocol | undefined;
5028
4911
  } | undefined;
5029
4912
  userDataBody?: {
5030
4913
  type?: UserDataType | undefined;
@@ -5094,17 +4977,15 @@ declare const RevokeMessageBody: {
5094
4977
  } | undefined;
5095
4978
  targetUrl?: string | undefined;
5096
4979
  } | undefined;
5097
- verificationAddAddressBody?: {
4980
+ verificationAddEthAddressBody?: {
5098
4981
  address?: Uint8Array | undefined;
5099
- protocolSignature?: Uint8Array | undefined;
4982
+ ethSignature?: Uint8Array | undefined;
5100
4983
  blockHash?: Uint8Array | undefined;
5101
4984
  verificationType?: number | undefined;
5102
4985
  chainId?: number | undefined;
5103
- protocol?: Protocol | undefined;
5104
4986
  } | undefined;
5105
4987
  verificationRemoveBody?: {
5106
4988
  address?: Uint8Array | undefined;
5107
- protocol?: Protocol | undefined;
5108
4989
  } | undefined;
5109
4990
  userDataBody?: {
5110
4991
  type?: UserDataType | undefined;
@@ -5219,28 +5100,24 @@ declare const RevokeMessageBody: {
5219
5100
  } & { [K_9 in Exclude<keyof I["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
5220
5101
  targetUrl?: string | undefined;
5221
5102
  } & { [K_10 in Exclude<keyof I["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
5222
- verificationAddAddressBody?: ({
5103
+ verificationAddEthAddressBody?: ({
5223
5104
  address?: Uint8Array | undefined;
5224
- protocolSignature?: Uint8Array | undefined;
5105
+ ethSignature?: Uint8Array | undefined;
5225
5106
  blockHash?: Uint8Array | undefined;
5226
5107
  verificationType?: number | undefined;
5227
5108
  chainId?: number | undefined;
5228
- protocol?: Protocol | undefined;
5229
5109
  } & {
5230
5110
  address?: Uint8Array | undefined;
5231
- protocolSignature?: Uint8Array | undefined;
5111
+ ethSignature?: Uint8Array | undefined;
5232
5112
  blockHash?: Uint8Array | undefined;
5233
5113
  verificationType?: number | undefined;
5234
5114
  chainId?: number | undefined;
5235
- protocol?: Protocol | undefined;
5236
- } & { [K_11 in Exclude<keyof I["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
5115
+ } & { [K_11 in Exclude<keyof I["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
5237
5116
  verificationRemoveBody?: ({
5238
5117
  address?: Uint8Array | undefined;
5239
- protocol?: Protocol | undefined;
5240
5118
  } & {
5241
5119
  address?: Uint8Array | undefined;
5242
- protocol?: Protocol | undefined;
5243
- } & { [K_12 in Exclude<keyof I["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
5120
+ } & { [K_12 in Exclude<keyof I["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
5244
5121
  userDataBody?: ({
5245
5122
  type?: UserDataType | undefined;
5246
5123
  value?: string | undefined;
@@ -5337,17 +5214,15 @@ declare const RevokeMessageBody: {
5337
5214
  } | undefined;
5338
5215
  targetUrl?: string | undefined;
5339
5216
  } | undefined;
5340
- verificationAddAddressBody?: {
5217
+ verificationAddEthAddressBody?: {
5341
5218
  address?: Uint8Array | undefined;
5342
- protocolSignature?: Uint8Array | undefined;
5219
+ ethSignature?: Uint8Array | undefined;
5343
5220
  blockHash?: Uint8Array | undefined;
5344
5221
  verificationType?: number | undefined;
5345
5222
  chainId?: number | undefined;
5346
- protocol?: Protocol | undefined;
5347
5223
  } | undefined;
5348
5224
  verificationRemoveBody?: {
5349
5225
  address?: Uint8Array | undefined;
5350
- protocol?: Protocol | undefined;
5351
5226
  } | undefined;
5352
5227
  userDataBody?: {
5353
5228
  type?: UserDataType | undefined;
@@ -5419,17 +5294,15 @@ declare const RevokeMessageBody: {
5419
5294
  } | undefined;
5420
5295
  targetUrl?: string | undefined;
5421
5296
  } | undefined;
5422
- verificationAddAddressBody?: {
5297
+ verificationAddEthAddressBody?: {
5423
5298
  address?: Uint8Array | undefined;
5424
- protocolSignature?: Uint8Array | undefined;
5299
+ ethSignature?: Uint8Array | undefined;
5425
5300
  blockHash?: Uint8Array | undefined;
5426
5301
  verificationType?: number | undefined;
5427
5302
  chainId?: number | undefined;
5428
- protocol?: Protocol | undefined;
5429
5303
  } | undefined;
5430
5304
  verificationRemoveBody?: {
5431
5305
  address?: Uint8Array | undefined;
5432
- protocol?: Protocol | undefined;
5433
5306
  } | undefined;
5434
5307
  userDataBody?: {
5435
5308
  type?: UserDataType | undefined;
@@ -5499,17 +5372,15 @@ declare const RevokeMessageBody: {
5499
5372
  } | undefined;
5500
5373
  targetUrl?: string | undefined;
5501
5374
  } | undefined;
5502
- verificationAddAddressBody?: {
5375
+ verificationAddEthAddressBody?: {
5503
5376
  address?: Uint8Array | undefined;
5504
- protocolSignature?: Uint8Array | undefined;
5377
+ ethSignature?: Uint8Array | undefined;
5505
5378
  blockHash?: Uint8Array | undefined;
5506
5379
  verificationType?: number | undefined;
5507
5380
  chainId?: number | undefined;
5508
- protocol?: Protocol | undefined;
5509
5381
  } | undefined;
5510
5382
  verificationRemoveBody?: {
5511
5383
  address?: Uint8Array | undefined;
5512
- protocol?: Protocol | undefined;
5513
5384
  } | undefined;
5514
5385
  userDataBody?: {
5515
5386
  type?: UserDataType | undefined;
@@ -5624,28 +5495,24 @@ declare const RevokeMessageBody: {
5624
5495
  } & { [K_30 in Exclude<keyof I_1["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
5625
5496
  targetUrl?: string | undefined;
5626
5497
  } & { [K_31 in Exclude<keyof I_1["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
5627
- verificationAddAddressBody?: ({
5498
+ verificationAddEthAddressBody?: ({
5628
5499
  address?: Uint8Array | undefined;
5629
- protocolSignature?: Uint8Array | undefined;
5500
+ ethSignature?: Uint8Array | undefined;
5630
5501
  blockHash?: Uint8Array | undefined;
5631
5502
  verificationType?: number | undefined;
5632
5503
  chainId?: number | undefined;
5633
- protocol?: Protocol | undefined;
5634
5504
  } & {
5635
5505
  address?: Uint8Array | undefined;
5636
- protocolSignature?: Uint8Array | undefined;
5506
+ ethSignature?: Uint8Array | undefined;
5637
5507
  blockHash?: Uint8Array | undefined;
5638
5508
  verificationType?: number | undefined;
5639
5509
  chainId?: number | undefined;
5640
- protocol?: Protocol | undefined;
5641
- } & { [K_32 in Exclude<keyof I_1["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
5510
+ } & { [K_32 in Exclude<keyof I_1["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
5642
5511
  verificationRemoveBody?: ({
5643
5512
  address?: Uint8Array | undefined;
5644
- protocol?: Protocol | undefined;
5645
5513
  } & {
5646
5514
  address?: Uint8Array | undefined;
5647
- protocol?: Protocol | undefined;
5648
- } & { [K_33 in Exclude<keyof I_1["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
5515
+ } & { [K_33 in Exclude<keyof I_1["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
5649
5516
  userDataBody?: ({
5650
5517
  type?: UserDataType | undefined;
5651
5518
  value?: string | undefined;
@@ -6015,17 +5882,15 @@ declare const MergeUserNameProofBody: {
6015
5882
  } | undefined;
6016
5883
  targetUrl?: string | undefined;
6017
5884
  } | undefined;
6018
- verificationAddAddressBody?: {
5885
+ verificationAddEthAddressBody?: {
6019
5886
  address?: Uint8Array | undefined;
6020
- protocolSignature?: Uint8Array | undefined;
5887
+ ethSignature?: Uint8Array | undefined;
6021
5888
  blockHash?: Uint8Array | undefined;
6022
5889
  verificationType?: number | undefined;
6023
5890
  chainId?: number | undefined;
6024
- protocol?: Protocol | undefined;
6025
5891
  } | undefined;
6026
5892
  verificationRemoveBody?: {
6027
5893
  address?: Uint8Array | undefined;
6028
- protocol?: Protocol | undefined;
6029
5894
  } | undefined;
6030
5895
  userDataBody?: {
6031
5896
  type?: UserDataType | undefined;
@@ -6096,17 +5961,15 @@ declare const MergeUserNameProofBody: {
6096
5961
  } | undefined;
6097
5962
  targetUrl?: string | undefined;
6098
5963
  } | undefined;
6099
- verificationAddAddressBody?: {
5964
+ verificationAddEthAddressBody?: {
6100
5965
  address?: Uint8Array | undefined;
6101
- protocolSignature?: Uint8Array | undefined;
5966
+ ethSignature?: Uint8Array | undefined;
6102
5967
  blockHash?: Uint8Array | undefined;
6103
5968
  verificationType?: number | undefined;
6104
5969
  chainId?: number | undefined;
6105
- protocol?: Protocol | undefined;
6106
5970
  } | undefined;
6107
5971
  verificationRemoveBody?: {
6108
5972
  address?: Uint8Array | undefined;
6109
- protocol?: Protocol | undefined;
6110
5973
  } | undefined;
6111
5974
  userDataBody?: {
6112
5975
  type?: UserDataType | undefined;
@@ -6208,17 +6071,15 @@ declare const MergeUserNameProofBody: {
6208
6071
  } | undefined;
6209
6072
  targetUrl?: string | undefined;
6210
6073
  } | undefined;
6211
- verificationAddAddressBody?: {
6074
+ verificationAddEthAddressBody?: {
6212
6075
  address?: Uint8Array | undefined;
6213
- protocolSignature?: Uint8Array | undefined;
6076
+ ethSignature?: Uint8Array | undefined;
6214
6077
  blockHash?: Uint8Array | undefined;
6215
6078
  verificationType?: number | undefined;
6216
6079
  chainId?: number | undefined;
6217
- protocol?: Protocol | undefined;
6218
6080
  } | undefined;
6219
6081
  verificationRemoveBody?: {
6220
6082
  address?: Uint8Array | undefined;
6221
- protocol?: Protocol | undefined;
6222
6083
  } | undefined;
6223
6084
  userDataBody?: {
6224
6085
  type?: UserDataType | undefined;
@@ -6288,17 +6149,15 @@ declare const MergeUserNameProofBody: {
6288
6149
  } | undefined;
6289
6150
  targetUrl?: string | undefined;
6290
6151
  } | undefined;
6291
- verificationAddAddressBody?: {
6152
+ verificationAddEthAddressBody?: {
6292
6153
  address?: Uint8Array | undefined;
6293
- protocolSignature?: Uint8Array | undefined;
6154
+ ethSignature?: Uint8Array | undefined;
6294
6155
  blockHash?: Uint8Array | undefined;
6295
6156
  verificationType?: number | undefined;
6296
6157
  chainId?: number | undefined;
6297
- protocol?: Protocol | undefined;
6298
6158
  } | undefined;
6299
6159
  verificationRemoveBody?: {
6300
6160
  address?: Uint8Array | undefined;
6301
- protocol?: Protocol | undefined;
6302
6161
  } | undefined;
6303
6162
  userDataBody?: {
6304
6163
  type?: UserDataType | undefined;
@@ -6413,28 +6272,24 @@ declare const MergeUserNameProofBody: {
6413
6272
  } & { [K_11 in Exclude<keyof I["usernameProofMessage"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
6414
6273
  targetUrl?: string | undefined;
6415
6274
  } & { [K_12 in Exclude<keyof I["usernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
6416
- verificationAddAddressBody?: ({
6275
+ verificationAddEthAddressBody?: ({
6417
6276
  address?: Uint8Array | undefined;
6418
- protocolSignature?: Uint8Array | undefined;
6277
+ ethSignature?: Uint8Array | undefined;
6419
6278
  blockHash?: Uint8Array | undefined;
6420
6279
  verificationType?: number | undefined;
6421
6280
  chainId?: number | undefined;
6422
- protocol?: Protocol | undefined;
6423
6281
  } & {
6424
6282
  address?: Uint8Array | undefined;
6425
- protocolSignature?: Uint8Array | undefined;
6283
+ ethSignature?: Uint8Array | undefined;
6426
6284
  blockHash?: Uint8Array | undefined;
6427
6285
  verificationType?: number | undefined;
6428
6286
  chainId?: number | undefined;
6429
- protocol?: Protocol | undefined;
6430
- } & { [K_13 in Exclude<keyof I["usernameProofMessage"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
6287
+ } & { [K_13 in Exclude<keyof I["usernameProofMessage"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
6431
6288
  verificationRemoveBody?: ({
6432
6289
  address?: Uint8Array | undefined;
6433
- protocol?: Protocol | undefined;
6434
6290
  } & {
6435
6291
  address?: Uint8Array | undefined;
6436
- protocol?: Protocol | undefined;
6437
- } & { [K_14 in Exclude<keyof I["usernameProofMessage"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
6292
+ } & { [K_14 in Exclude<keyof I["usernameProofMessage"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
6438
6293
  userDataBody?: ({
6439
6294
  type?: UserDataType | undefined;
6440
6295
  value?: string | undefined;
@@ -6529,17 +6384,15 @@ declare const MergeUserNameProofBody: {
6529
6384
  } | undefined;
6530
6385
  targetUrl?: string | undefined;
6531
6386
  } | undefined;
6532
- verificationAddAddressBody?: {
6387
+ verificationAddEthAddressBody?: {
6533
6388
  address?: Uint8Array | undefined;
6534
- protocolSignature?: Uint8Array | undefined;
6389
+ ethSignature?: Uint8Array | undefined;
6535
6390
  blockHash?: Uint8Array | undefined;
6536
6391
  verificationType?: number | undefined;
6537
6392
  chainId?: number | undefined;
6538
- protocol?: Protocol | undefined;
6539
6393
  } | undefined;
6540
6394
  verificationRemoveBody?: {
6541
6395
  address?: Uint8Array | undefined;
6542
- protocol?: Protocol | undefined;
6543
6396
  } | undefined;
6544
6397
  userDataBody?: {
6545
6398
  type?: UserDataType | undefined;
@@ -6609,17 +6462,15 @@ declare const MergeUserNameProofBody: {
6609
6462
  } | undefined;
6610
6463
  targetUrl?: string | undefined;
6611
6464
  } | undefined;
6612
- verificationAddAddressBody?: {
6465
+ verificationAddEthAddressBody?: {
6613
6466
  address?: Uint8Array | undefined;
6614
- protocolSignature?: Uint8Array | undefined;
6467
+ ethSignature?: Uint8Array | undefined;
6615
6468
  blockHash?: Uint8Array | undefined;
6616
6469
  verificationType?: number | undefined;
6617
6470
  chainId?: number | undefined;
6618
- protocol?: Protocol | undefined;
6619
6471
  } | undefined;
6620
6472
  verificationRemoveBody?: {
6621
6473
  address?: Uint8Array | undefined;
6622
- protocol?: Protocol | undefined;
6623
6474
  } | undefined;
6624
6475
  userDataBody?: {
6625
6476
  type?: UserDataType | undefined;
@@ -6734,28 +6585,24 @@ declare const MergeUserNameProofBody: {
6734
6585
  } & { [K_31 in Exclude<keyof I["deletedUsernameProofMessage"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
6735
6586
  targetUrl?: string | undefined;
6736
6587
  } & { [K_32 in Exclude<keyof I["deletedUsernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
6737
- verificationAddAddressBody?: ({
6588
+ verificationAddEthAddressBody?: ({
6738
6589
  address?: Uint8Array | undefined;
6739
- protocolSignature?: Uint8Array | undefined;
6590
+ ethSignature?: Uint8Array | undefined;
6740
6591
  blockHash?: Uint8Array | undefined;
6741
6592
  verificationType?: number | undefined;
6742
6593
  chainId?: number | undefined;
6743
- protocol?: Protocol | undefined;
6744
6594
  } & {
6745
6595
  address?: Uint8Array | undefined;
6746
- protocolSignature?: Uint8Array | undefined;
6596
+ ethSignature?: Uint8Array | undefined;
6747
6597
  blockHash?: Uint8Array | undefined;
6748
6598
  verificationType?: number | undefined;
6749
6599
  chainId?: number | undefined;
6750
- protocol?: Protocol | undefined;
6751
- } & { [K_33 in Exclude<keyof I["deletedUsernameProofMessage"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
6600
+ } & { [K_33 in Exclude<keyof I["deletedUsernameProofMessage"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
6752
6601
  verificationRemoveBody?: ({
6753
6602
  address?: Uint8Array | undefined;
6754
- protocol?: Protocol | undefined;
6755
6603
  } & {
6756
6604
  address?: Uint8Array | undefined;
6757
- protocol?: Protocol | undefined;
6758
- } & { [K_34 in Exclude<keyof I["deletedUsernameProofMessage"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
6605
+ } & { [K_34 in Exclude<keyof I["deletedUsernameProofMessage"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
6759
6606
  userDataBody?: ({
6760
6607
  type?: UserDataType | undefined;
6761
6608
  value?: string | undefined;
@@ -6868,17 +6715,15 @@ declare const MergeUserNameProofBody: {
6868
6715
  } | undefined;
6869
6716
  targetUrl?: string | undefined;
6870
6717
  } | undefined;
6871
- verificationAddAddressBody?: {
6718
+ verificationAddEthAddressBody?: {
6872
6719
  address?: Uint8Array | undefined;
6873
- protocolSignature?: Uint8Array | undefined;
6720
+ ethSignature?: Uint8Array | undefined;
6874
6721
  blockHash?: Uint8Array | undefined;
6875
6722
  verificationType?: number | undefined;
6876
6723
  chainId?: number | undefined;
6877
- protocol?: Protocol | undefined;
6878
6724
  } | undefined;
6879
6725
  verificationRemoveBody?: {
6880
6726
  address?: Uint8Array | undefined;
6881
- protocol?: Protocol | undefined;
6882
6727
  } | undefined;
6883
6728
  userDataBody?: {
6884
6729
  type?: UserDataType | undefined;
@@ -6949,17 +6794,15 @@ declare const MergeUserNameProofBody: {
6949
6794
  } | undefined;
6950
6795
  targetUrl?: string | undefined;
6951
6796
  } | undefined;
6952
- verificationAddAddressBody?: {
6797
+ verificationAddEthAddressBody?: {
6953
6798
  address?: Uint8Array | undefined;
6954
- protocolSignature?: Uint8Array | undefined;
6799
+ ethSignature?: Uint8Array | undefined;
6955
6800
  blockHash?: Uint8Array | undefined;
6956
6801
  verificationType?: number | undefined;
6957
6802
  chainId?: number | undefined;
6958
- protocol?: Protocol | undefined;
6959
6803
  } | undefined;
6960
6804
  verificationRemoveBody?: {
6961
6805
  address?: Uint8Array | undefined;
6962
- protocol?: Protocol | undefined;
6963
6806
  } | undefined;
6964
6807
  userDataBody?: {
6965
6808
  type?: UserDataType | undefined;
@@ -7061,17 +6904,15 @@ declare const MergeUserNameProofBody: {
7061
6904
  } | undefined;
7062
6905
  targetUrl?: string | undefined;
7063
6906
  } | undefined;
7064
- verificationAddAddressBody?: {
6907
+ verificationAddEthAddressBody?: {
7065
6908
  address?: Uint8Array | undefined;
7066
- protocolSignature?: Uint8Array | undefined;
6909
+ ethSignature?: Uint8Array | undefined;
7067
6910
  blockHash?: Uint8Array | undefined;
7068
6911
  verificationType?: number | undefined;
7069
6912
  chainId?: number | undefined;
7070
- protocol?: Protocol | undefined;
7071
6913
  } | undefined;
7072
6914
  verificationRemoveBody?: {
7073
6915
  address?: Uint8Array | undefined;
7074
- protocol?: Protocol | undefined;
7075
6916
  } | undefined;
7076
6917
  userDataBody?: {
7077
6918
  type?: UserDataType | undefined;
@@ -7141,17 +6982,15 @@ declare const MergeUserNameProofBody: {
7141
6982
  } | undefined;
7142
6983
  targetUrl?: string | undefined;
7143
6984
  } | undefined;
7144
- verificationAddAddressBody?: {
6985
+ verificationAddEthAddressBody?: {
7145
6986
  address?: Uint8Array | undefined;
7146
- protocolSignature?: Uint8Array | undefined;
6987
+ ethSignature?: Uint8Array | undefined;
7147
6988
  blockHash?: Uint8Array | undefined;
7148
6989
  verificationType?: number | undefined;
7149
6990
  chainId?: number | undefined;
7150
- protocol?: Protocol | undefined;
7151
6991
  } | undefined;
7152
6992
  verificationRemoveBody?: {
7153
6993
  address?: Uint8Array | undefined;
7154
- protocol?: Protocol | undefined;
7155
6994
  } | undefined;
7156
6995
  userDataBody?: {
7157
6996
  type?: UserDataType | undefined;
@@ -7266,28 +7105,24 @@ declare const MergeUserNameProofBody: {
7266
7105
  } & { [K_54 in Exclude<keyof I_1["usernameProofMessage"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
7267
7106
  targetUrl?: string | undefined;
7268
7107
  } & { [K_55 in Exclude<keyof I_1["usernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
7269
- verificationAddAddressBody?: ({
7108
+ verificationAddEthAddressBody?: ({
7270
7109
  address?: Uint8Array | undefined;
7271
- protocolSignature?: Uint8Array | undefined;
7110
+ ethSignature?: Uint8Array | undefined;
7272
7111
  blockHash?: Uint8Array | undefined;
7273
7112
  verificationType?: number | undefined;
7274
7113
  chainId?: number | undefined;
7275
- protocol?: Protocol | undefined;
7276
7114
  } & {
7277
7115
  address?: Uint8Array | undefined;
7278
- protocolSignature?: Uint8Array | undefined;
7116
+ ethSignature?: Uint8Array | undefined;
7279
7117
  blockHash?: Uint8Array | undefined;
7280
7118
  verificationType?: number | undefined;
7281
7119
  chainId?: number | undefined;
7282
- protocol?: Protocol | undefined;
7283
- } & { [K_56 in Exclude<keyof I_1["usernameProofMessage"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
7120
+ } & { [K_56 in Exclude<keyof I_1["usernameProofMessage"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
7284
7121
  verificationRemoveBody?: ({
7285
7122
  address?: Uint8Array | undefined;
7286
- protocol?: Protocol | undefined;
7287
7123
  } & {
7288
7124
  address?: Uint8Array | undefined;
7289
- protocol?: Protocol | undefined;
7290
- } & { [K_57 in Exclude<keyof I_1["usernameProofMessage"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
7125
+ } & { [K_57 in Exclude<keyof I_1["usernameProofMessage"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
7291
7126
  userDataBody?: ({
7292
7127
  type?: UserDataType | undefined;
7293
7128
  value?: string | undefined;
@@ -7382,17 +7217,15 @@ declare const MergeUserNameProofBody: {
7382
7217
  } | undefined;
7383
7218
  targetUrl?: string | undefined;
7384
7219
  } | undefined;
7385
- verificationAddAddressBody?: {
7220
+ verificationAddEthAddressBody?: {
7386
7221
  address?: Uint8Array | undefined;
7387
- protocolSignature?: Uint8Array | undefined;
7222
+ ethSignature?: Uint8Array | undefined;
7388
7223
  blockHash?: Uint8Array | undefined;
7389
7224
  verificationType?: number | undefined;
7390
7225
  chainId?: number | undefined;
7391
- protocol?: Protocol | undefined;
7392
7226
  } | undefined;
7393
7227
  verificationRemoveBody?: {
7394
7228
  address?: Uint8Array | undefined;
7395
- protocol?: Protocol | undefined;
7396
7229
  } | undefined;
7397
7230
  userDataBody?: {
7398
7231
  type?: UserDataType | undefined;
@@ -7462,17 +7295,15 @@ declare const MergeUserNameProofBody: {
7462
7295
  } | undefined;
7463
7296
  targetUrl?: string | undefined;
7464
7297
  } | undefined;
7465
- verificationAddAddressBody?: {
7298
+ verificationAddEthAddressBody?: {
7466
7299
  address?: Uint8Array | undefined;
7467
- protocolSignature?: Uint8Array | undefined;
7300
+ ethSignature?: Uint8Array | undefined;
7468
7301
  blockHash?: Uint8Array | undefined;
7469
7302
  verificationType?: number | undefined;
7470
7303
  chainId?: number | undefined;
7471
- protocol?: Protocol | undefined;
7472
7304
  } | undefined;
7473
7305
  verificationRemoveBody?: {
7474
7306
  address?: Uint8Array | undefined;
7475
- protocol?: Protocol | undefined;
7476
7307
  } | undefined;
7477
7308
  userDataBody?: {
7478
7309
  type?: UserDataType | undefined;
@@ -7587,28 +7418,24 @@ declare const MergeUserNameProofBody: {
7587
7418
  } & { [K_74 in Exclude<keyof I_1["deletedUsernameProofMessage"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
7588
7419
  targetUrl?: string | undefined;
7589
7420
  } & { [K_75 in Exclude<keyof I_1["deletedUsernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
7590
- verificationAddAddressBody?: ({
7421
+ verificationAddEthAddressBody?: ({
7591
7422
  address?: Uint8Array | undefined;
7592
- protocolSignature?: Uint8Array | undefined;
7423
+ ethSignature?: Uint8Array | undefined;
7593
7424
  blockHash?: Uint8Array | undefined;
7594
7425
  verificationType?: number | undefined;
7595
7426
  chainId?: number | undefined;
7596
- protocol?: Protocol | undefined;
7597
7427
  } & {
7598
7428
  address?: Uint8Array | undefined;
7599
- protocolSignature?: Uint8Array | undefined;
7429
+ ethSignature?: Uint8Array | undefined;
7600
7430
  blockHash?: Uint8Array | undefined;
7601
7431
  verificationType?: number | undefined;
7602
7432
  chainId?: number | undefined;
7603
- protocol?: Protocol | undefined;
7604
- } & { [K_76 in Exclude<keyof I_1["deletedUsernameProofMessage"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
7433
+ } & { [K_76 in Exclude<keyof I_1["deletedUsernameProofMessage"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
7605
7434
  verificationRemoveBody?: ({
7606
7435
  address?: Uint8Array | undefined;
7607
- protocol?: Protocol | undefined;
7608
7436
  } & {
7609
7437
  address?: Uint8Array | undefined;
7610
- protocol?: Protocol | undefined;
7611
- } & { [K_77 in Exclude<keyof I_1["deletedUsernameProofMessage"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
7438
+ } & { [K_77 in Exclude<keyof I_1["deletedUsernameProofMessage"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
7612
7439
  userDataBody?: ({
7613
7440
  type?: UserDataType | undefined;
7614
7441
  value?: string | undefined;
@@ -7733,17 +7560,15 @@ declare const HubEvent: {
7733
7560
  } | undefined;
7734
7561
  targetUrl?: string | undefined;
7735
7562
  } | undefined;
7736
- verificationAddAddressBody?: {
7563
+ verificationAddEthAddressBody?: {
7737
7564
  address?: Uint8Array | undefined;
7738
- protocolSignature?: Uint8Array | undefined;
7565
+ ethSignature?: Uint8Array | undefined;
7739
7566
  blockHash?: Uint8Array | undefined;
7740
7567
  verificationType?: number | undefined;
7741
7568
  chainId?: number | undefined;
7742
- protocol?: Protocol | undefined;
7743
7569
  } | undefined;
7744
7570
  verificationRemoveBody?: {
7745
7571
  address?: Uint8Array | undefined;
7746
- protocol?: Protocol | undefined;
7747
7572
  } | undefined;
7748
7573
  userDataBody?: {
7749
7574
  type?: UserDataType | undefined;
@@ -7814,17 +7639,15 @@ declare const HubEvent: {
7814
7639
  } | undefined;
7815
7640
  targetUrl?: string | undefined;
7816
7641
  } | undefined;
7817
- verificationAddAddressBody?: {
7642
+ verificationAddEthAddressBody?: {
7818
7643
  address?: Uint8Array | undefined;
7819
- protocolSignature?: Uint8Array | undefined;
7644
+ ethSignature?: Uint8Array | undefined;
7820
7645
  blockHash?: Uint8Array | undefined;
7821
7646
  verificationType?: number | undefined;
7822
7647
  chainId?: number | undefined;
7823
- protocol?: Protocol | undefined;
7824
7648
  } | undefined;
7825
7649
  verificationRemoveBody?: {
7826
7650
  address?: Uint8Array | undefined;
7827
- protocol?: Protocol | undefined;
7828
7651
  } | undefined;
7829
7652
  userDataBody?: {
7830
7653
  type?: UserDataType | undefined;
@@ -7897,17 +7720,15 @@ declare const HubEvent: {
7897
7720
  } | undefined;
7898
7721
  targetUrl?: string | undefined;
7899
7722
  } | undefined;
7900
- verificationAddAddressBody?: {
7723
+ verificationAddEthAddressBody?: {
7901
7724
  address?: Uint8Array | undefined;
7902
- protocolSignature?: Uint8Array | undefined;
7725
+ ethSignature?: Uint8Array | undefined;
7903
7726
  blockHash?: Uint8Array | undefined;
7904
7727
  verificationType?: number | undefined;
7905
7728
  chainId?: number | undefined;
7906
- protocol?: Protocol | undefined;
7907
7729
  } | undefined;
7908
7730
  verificationRemoveBody?: {
7909
7731
  address?: Uint8Array | undefined;
7910
- protocol?: Protocol | undefined;
7911
7732
  } | undefined;
7912
7733
  userDataBody?: {
7913
7734
  type?: UserDataType | undefined;
@@ -7980,17 +7801,15 @@ declare const HubEvent: {
7980
7801
  } | undefined;
7981
7802
  targetUrl?: string | undefined;
7982
7803
  } | undefined;
7983
- verificationAddAddressBody?: {
7804
+ verificationAddEthAddressBody?: {
7984
7805
  address?: Uint8Array | undefined;
7985
- protocolSignature?: Uint8Array | undefined;
7806
+ ethSignature?: Uint8Array | undefined;
7986
7807
  blockHash?: Uint8Array | undefined;
7987
7808
  verificationType?: number | undefined;
7988
7809
  chainId?: number | undefined;
7989
- protocol?: Protocol | undefined;
7990
7810
  } | undefined;
7991
7811
  verificationRemoveBody?: {
7992
7812
  address?: Uint8Array | undefined;
7993
- protocol?: Protocol | undefined;
7994
7813
  } | undefined;
7995
7814
  userDataBody?: {
7996
7815
  type?: UserDataType | undefined;
@@ -8079,17 +7898,15 @@ declare const HubEvent: {
8079
7898
  } | undefined;
8080
7899
  targetUrl?: string | undefined;
8081
7900
  } | undefined;
8082
- verificationAddAddressBody?: {
7901
+ verificationAddEthAddressBody?: {
8083
7902
  address?: Uint8Array | undefined;
8084
- protocolSignature?: Uint8Array | undefined;
7903
+ ethSignature?: Uint8Array | undefined;
8085
7904
  blockHash?: Uint8Array | undefined;
8086
7905
  verificationType?: number | undefined;
8087
7906
  chainId?: number | undefined;
8088
- protocol?: Protocol | undefined;
8089
7907
  } | undefined;
8090
7908
  verificationRemoveBody?: {
8091
7909
  address?: Uint8Array | undefined;
8092
- protocol?: Protocol | undefined;
8093
7910
  } | undefined;
8094
7911
  userDataBody?: {
8095
7912
  type?: UserDataType | undefined;
@@ -8160,17 +7977,15 @@ declare const HubEvent: {
8160
7977
  } | undefined;
8161
7978
  targetUrl?: string | undefined;
8162
7979
  } | undefined;
8163
- verificationAddAddressBody?: {
7980
+ verificationAddEthAddressBody?: {
8164
7981
  address?: Uint8Array | undefined;
8165
- protocolSignature?: Uint8Array | undefined;
7982
+ ethSignature?: Uint8Array | undefined;
8166
7983
  blockHash?: Uint8Array | undefined;
8167
7984
  verificationType?: number | undefined;
8168
7985
  chainId?: number | undefined;
8169
- protocol?: Protocol | undefined;
8170
7986
  } | undefined;
8171
7987
  verificationRemoveBody?: {
8172
7988
  address?: Uint8Array | undefined;
8173
- protocol?: Protocol | undefined;
8174
7989
  } | undefined;
8175
7990
  userDataBody?: {
8176
7991
  type?: UserDataType | undefined;
@@ -8281,17 +8096,15 @@ declare const HubEvent: {
8281
8096
  } | undefined;
8282
8097
  targetUrl?: string | undefined;
8283
8098
  } | undefined;
8284
- verificationAddAddressBody?: {
8099
+ verificationAddEthAddressBody?: {
8285
8100
  address?: Uint8Array | undefined;
8286
- protocolSignature?: Uint8Array | undefined;
8101
+ ethSignature?: Uint8Array | undefined;
8287
8102
  blockHash?: Uint8Array | undefined;
8288
8103
  verificationType?: number | undefined;
8289
8104
  chainId?: number | undefined;
8290
- protocol?: Protocol | undefined;
8291
8105
  } | undefined;
8292
8106
  verificationRemoveBody?: {
8293
8107
  address?: Uint8Array | undefined;
8294
- protocol?: Protocol | undefined;
8295
8108
  } | undefined;
8296
8109
  userDataBody?: {
8297
8110
  type?: UserDataType | undefined;
@@ -8362,17 +8175,15 @@ declare const HubEvent: {
8362
8175
  } | undefined;
8363
8176
  targetUrl?: string | undefined;
8364
8177
  } | undefined;
8365
- verificationAddAddressBody?: {
8178
+ verificationAddEthAddressBody?: {
8366
8179
  address?: Uint8Array | undefined;
8367
- protocolSignature?: Uint8Array | undefined;
8180
+ ethSignature?: Uint8Array | undefined;
8368
8181
  blockHash?: Uint8Array | undefined;
8369
8182
  verificationType?: number | undefined;
8370
8183
  chainId?: number | undefined;
8371
- protocol?: Protocol | undefined;
8372
8184
  } | undefined;
8373
8185
  verificationRemoveBody?: {
8374
8186
  address?: Uint8Array | undefined;
8375
- protocol?: Protocol | undefined;
8376
8187
  } | undefined;
8377
8188
  userDataBody?: {
8378
8189
  type?: UserDataType | undefined;
@@ -8444,17 +8255,15 @@ declare const HubEvent: {
8444
8255
  } | undefined;
8445
8256
  targetUrl?: string | undefined;
8446
8257
  } | undefined;
8447
- verificationAddAddressBody?: {
8258
+ verificationAddEthAddressBody?: {
8448
8259
  address?: Uint8Array | undefined;
8449
- protocolSignature?: Uint8Array | undefined;
8260
+ ethSignature?: Uint8Array | undefined;
8450
8261
  blockHash?: Uint8Array | undefined;
8451
8262
  verificationType?: number | undefined;
8452
8263
  chainId?: number | undefined;
8453
- protocol?: Protocol | undefined;
8454
8264
  } | undefined;
8455
8265
  verificationRemoveBody?: {
8456
8266
  address?: Uint8Array | undefined;
8457
- protocol?: Protocol | undefined;
8458
8267
  } | undefined;
8459
8268
  userDataBody?: {
8460
8269
  type?: UserDataType | undefined;
@@ -8524,17 +8333,15 @@ declare const HubEvent: {
8524
8333
  } | undefined;
8525
8334
  targetUrl?: string | undefined;
8526
8335
  } | undefined;
8527
- verificationAddAddressBody?: {
8336
+ verificationAddEthAddressBody?: {
8528
8337
  address?: Uint8Array | undefined;
8529
- protocolSignature?: Uint8Array | undefined;
8338
+ ethSignature?: Uint8Array | undefined;
8530
8339
  blockHash?: Uint8Array | undefined;
8531
8340
  verificationType?: number | undefined;
8532
8341
  chainId?: number | undefined;
8533
- protocol?: Protocol | undefined;
8534
8342
  } | undefined;
8535
8343
  verificationRemoveBody?: {
8536
8344
  address?: Uint8Array | undefined;
8537
- protocol?: Protocol | undefined;
8538
8345
  } | undefined;
8539
8346
  userDataBody?: {
8540
8347
  type?: UserDataType | undefined;
@@ -8649,28 +8456,24 @@ declare const HubEvent: {
8649
8456
  } & { [K_9 in Exclude<keyof I["mergeMessageBody"]["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
8650
8457
  targetUrl?: string | undefined;
8651
8458
  } & { [K_10 in Exclude<keyof I["mergeMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
8652
- verificationAddAddressBody?: ({
8459
+ verificationAddEthAddressBody?: ({
8653
8460
  address?: Uint8Array | undefined;
8654
- protocolSignature?: Uint8Array | undefined;
8461
+ ethSignature?: Uint8Array | undefined;
8655
8462
  blockHash?: Uint8Array | undefined;
8656
8463
  verificationType?: number | undefined;
8657
8464
  chainId?: number | undefined;
8658
- protocol?: Protocol | undefined;
8659
8465
  } & {
8660
8466
  address?: Uint8Array | undefined;
8661
- protocolSignature?: Uint8Array | undefined;
8467
+ ethSignature?: Uint8Array | undefined;
8662
8468
  blockHash?: Uint8Array | undefined;
8663
8469
  verificationType?: number | undefined;
8664
8470
  chainId?: number | undefined;
8665
- protocol?: Protocol | undefined;
8666
- } & { [K_11 in Exclude<keyof I["mergeMessageBody"]["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
8471
+ } & { [K_11 in Exclude<keyof I["mergeMessageBody"]["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
8667
8472
  verificationRemoveBody?: ({
8668
8473
  address?: Uint8Array | undefined;
8669
- protocol?: Protocol | undefined;
8670
8474
  } & {
8671
8475
  address?: Uint8Array | undefined;
8672
- protocol?: Protocol | undefined;
8673
- } & { [K_12 in Exclude<keyof I["mergeMessageBody"]["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
8476
+ } & { [K_12 in Exclude<keyof I["mergeMessageBody"]["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
8674
8477
  userDataBody?: ({
8675
8478
  type?: UserDataType | undefined;
8676
8479
  value?: string | undefined;
@@ -8765,17 +8568,15 @@ declare const HubEvent: {
8765
8568
  } | undefined;
8766
8569
  targetUrl?: string | undefined;
8767
8570
  } | undefined;
8768
- verificationAddAddressBody?: {
8571
+ verificationAddEthAddressBody?: {
8769
8572
  address?: Uint8Array | undefined;
8770
- protocolSignature?: Uint8Array | undefined;
8573
+ ethSignature?: Uint8Array | undefined;
8771
8574
  blockHash?: Uint8Array | undefined;
8772
8575
  verificationType?: number | undefined;
8773
8576
  chainId?: number | undefined;
8774
- protocol?: Protocol | undefined;
8775
8577
  } | undefined;
8776
8578
  verificationRemoveBody?: {
8777
8579
  address?: Uint8Array | undefined;
8778
- protocol?: Protocol | undefined;
8779
8580
  } | undefined;
8780
8581
  userDataBody?: {
8781
8582
  type?: UserDataType | undefined;
@@ -8845,17 +8646,15 @@ declare const HubEvent: {
8845
8646
  } | undefined;
8846
8647
  targetUrl?: string | undefined;
8847
8648
  } | undefined;
8848
- verificationAddAddressBody?: {
8649
+ verificationAddEthAddressBody?: {
8849
8650
  address?: Uint8Array | undefined;
8850
- protocolSignature?: Uint8Array | undefined;
8651
+ ethSignature?: Uint8Array | undefined;
8851
8652
  blockHash?: Uint8Array | undefined;
8852
8653
  verificationType?: number | undefined;
8853
8654
  chainId?: number | undefined;
8854
- protocol?: Protocol | undefined;
8855
8655
  } | undefined;
8856
8656
  verificationRemoveBody?: {
8857
8657
  address?: Uint8Array | undefined;
8858
- protocol?: Protocol | undefined;
8859
8658
  } | undefined;
8860
8659
  userDataBody?: {
8861
8660
  type?: UserDataType | undefined;
@@ -8925,17 +8724,15 @@ declare const HubEvent: {
8925
8724
  } | undefined;
8926
8725
  targetUrl?: string | undefined;
8927
8726
  } | undefined;
8928
- verificationAddAddressBody?: {
8727
+ verificationAddEthAddressBody?: {
8929
8728
  address?: Uint8Array | undefined;
8930
- protocolSignature?: Uint8Array | undefined;
8729
+ ethSignature?: Uint8Array | undefined;
8931
8730
  blockHash?: Uint8Array | undefined;
8932
8731
  verificationType?: number | undefined;
8933
8732
  chainId?: number | undefined;
8934
- protocol?: Protocol | undefined;
8935
8733
  } | undefined;
8936
8734
  verificationRemoveBody?: {
8937
8735
  address?: Uint8Array | undefined;
8938
- protocol?: Protocol | undefined;
8939
8736
  } | undefined;
8940
8737
  userDataBody?: {
8941
8738
  type?: UserDataType | undefined;
@@ -9050,28 +8847,24 @@ declare const HubEvent: {
9050
8847
  } & { [K_29 in Exclude<keyof I["mergeMessageBody"]["deletedMessages"][number]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
9051
8848
  targetUrl?: string | undefined;
9052
8849
  } & { [K_30 in Exclude<keyof I["mergeMessageBody"]["deletedMessages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
9053
- verificationAddAddressBody?: ({
8850
+ verificationAddEthAddressBody?: ({
9054
8851
  address?: Uint8Array | undefined;
9055
- protocolSignature?: Uint8Array | undefined;
8852
+ ethSignature?: Uint8Array | undefined;
9056
8853
  blockHash?: Uint8Array | undefined;
9057
8854
  verificationType?: number | undefined;
9058
8855
  chainId?: number | undefined;
9059
- protocol?: Protocol | undefined;
9060
8856
  } & {
9061
8857
  address?: Uint8Array | undefined;
9062
- protocolSignature?: Uint8Array | undefined;
8858
+ ethSignature?: Uint8Array | undefined;
9063
8859
  blockHash?: Uint8Array | undefined;
9064
8860
  verificationType?: number | undefined;
9065
8861
  chainId?: number | undefined;
9066
- protocol?: Protocol | undefined;
9067
- } & { [K_31 in Exclude<keyof I["mergeMessageBody"]["deletedMessages"][number]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
8862
+ } & { [K_31 in Exclude<keyof I["mergeMessageBody"]["deletedMessages"][number]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
9068
8863
  verificationRemoveBody?: ({
9069
8864
  address?: Uint8Array | undefined;
9070
- protocol?: Protocol | undefined;
9071
8865
  } & {
9072
8866
  address?: Uint8Array | undefined;
9073
- protocol?: Protocol | undefined;
9074
- } & { [K_32 in Exclude<keyof I["mergeMessageBody"]["deletedMessages"][number]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
8867
+ } & { [K_32 in Exclude<keyof I["mergeMessageBody"]["deletedMessages"][number]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
9075
8868
  userDataBody?: ({
9076
8869
  type?: UserDataType | undefined;
9077
8870
  value?: string | undefined;
@@ -9165,17 +8958,15 @@ declare const HubEvent: {
9165
8958
  } | undefined;
9166
8959
  targetUrl?: string | undefined;
9167
8960
  } | undefined;
9168
- verificationAddAddressBody?: {
8961
+ verificationAddEthAddressBody?: {
9169
8962
  address?: Uint8Array | undefined;
9170
- protocolSignature?: Uint8Array | undefined;
8963
+ ethSignature?: Uint8Array | undefined;
9171
8964
  blockHash?: Uint8Array | undefined;
9172
8965
  verificationType?: number | undefined;
9173
8966
  chainId?: number | undefined;
9174
- protocol?: Protocol | undefined;
9175
8967
  } | undefined;
9176
8968
  verificationRemoveBody?: {
9177
8969
  address?: Uint8Array | undefined;
9178
- protocol?: Protocol | undefined;
9179
8970
  } | undefined;
9180
8971
  userDataBody?: {
9181
8972
  type?: UserDataType | undefined;
@@ -9248,17 +9039,15 @@ declare const HubEvent: {
9248
9039
  } | undefined;
9249
9040
  targetUrl?: string | undefined;
9250
9041
  } | undefined;
9251
- verificationAddAddressBody?: {
9042
+ verificationAddEthAddressBody?: {
9252
9043
  address?: Uint8Array | undefined;
9253
- protocolSignature?: Uint8Array | undefined;
9044
+ ethSignature?: Uint8Array | undefined;
9254
9045
  blockHash?: Uint8Array | undefined;
9255
9046
  verificationType?: number | undefined;
9256
9047
  chainId?: number | undefined;
9257
- protocol?: Protocol | undefined;
9258
9048
  } | undefined;
9259
9049
  verificationRemoveBody?: {
9260
9050
  address?: Uint8Array | undefined;
9261
- protocol?: Protocol | undefined;
9262
9051
  } | undefined;
9263
9052
  userDataBody?: {
9264
9053
  type?: UserDataType | undefined;
@@ -9330,17 +9119,15 @@ declare const HubEvent: {
9330
9119
  } | undefined;
9331
9120
  targetUrl?: string | undefined;
9332
9121
  } | undefined;
9333
- verificationAddAddressBody?: {
9122
+ verificationAddEthAddressBody?: {
9334
9123
  address?: Uint8Array | undefined;
9335
- protocolSignature?: Uint8Array | undefined;
9124
+ ethSignature?: Uint8Array | undefined;
9336
9125
  blockHash?: Uint8Array | undefined;
9337
9126
  verificationType?: number | undefined;
9338
9127
  chainId?: number | undefined;
9339
- protocol?: Protocol | undefined;
9340
9128
  } | undefined;
9341
9129
  verificationRemoveBody?: {
9342
9130
  address?: Uint8Array | undefined;
9343
- protocol?: Protocol | undefined;
9344
9131
  } | undefined;
9345
9132
  userDataBody?: {
9346
9133
  type?: UserDataType | undefined;
@@ -9410,17 +9197,15 @@ declare const HubEvent: {
9410
9197
  } | undefined;
9411
9198
  targetUrl?: string | undefined;
9412
9199
  } | undefined;
9413
- verificationAddAddressBody?: {
9200
+ verificationAddEthAddressBody?: {
9414
9201
  address?: Uint8Array | undefined;
9415
- protocolSignature?: Uint8Array | undefined;
9202
+ ethSignature?: Uint8Array | undefined;
9416
9203
  blockHash?: Uint8Array | undefined;
9417
9204
  verificationType?: number | undefined;
9418
9205
  chainId?: number | undefined;
9419
- protocol?: Protocol | undefined;
9420
9206
  } | undefined;
9421
9207
  verificationRemoveBody?: {
9422
9208
  address?: Uint8Array | undefined;
9423
- protocol?: Protocol | undefined;
9424
9209
  } | undefined;
9425
9210
  userDataBody?: {
9426
9211
  type?: UserDataType | undefined;
@@ -9535,28 +9320,24 @@ declare const HubEvent: {
9535
9320
  } & { [K_51 in Exclude<keyof I["pruneMessageBody"]["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
9536
9321
  targetUrl?: string | undefined;
9537
9322
  } & { [K_52 in Exclude<keyof I["pruneMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
9538
- verificationAddAddressBody?: ({
9323
+ verificationAddEthAddressBody?: ({
9539
9324
  address?: Uint8Array | undefined;
9540
- protocolSignature?: Uint8Array | undefined;
9325
+ ethSignature?: Uint8Array | undefined;
9541
9326
  blockHash?: Uint8Array | undefined;
9542
9327
  verificationType?: number | undefined;
9543
9328
  chainId?: number | undefined;
9544
- protocol?: Protocol | undefined;
9545
9329
  } & {
9546
9330
  address?: Uint8Array | undefined;
9547
- protocolSignature?: Uint8Array | undefined;
9331
+ ethSignature?: Uint8Array | undefined;
9548
9332
  blockHash?: Uint8Array | undefined;
9549
9333
  verificationType?: number | undefined;
9550
9334
  chainId?: number | undefined;
9551
- protocol?: Protocol | undefined;
9552
- } & { [K_53 in Exclude<keyof I["pruneMessageBody"]["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
9335
+ } & { [K_53 in Exclude<keyof I["pruneMessageBody"]["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
9553
9336
  verificationRemoveBody?: ({
9554
9337
  address?: Uint8Array | undefined;
9555
- protocol?: Protocol | undefined;
9556
9338
  } & {
9557
9339
  address?: Uint8Array | undefined;
9558
- protocol?: Protocol | undefined;
9559
- } & { [K_54 in Exclude<keyof I["pruneMessageBody"]["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
9340
+ } & { [K_54 in Exclude<keyof I["pruneMessageBody"]["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
9560
9341
  userDataBody?: ({
9561
9342
  type?: UserDataType | undefined;
9562
9343
  value?: string | undefined;
@@ -9653,17 +9434,15 @@ declare const HubEvent: {
9653
9434
  } | undefined;
9654
9435
  targetUrl?: string | undefined;
9655
9436
  } | undefined;
9656
- verificationAddAddressBody?: {
9437
+ verificationAddEthAddressBody?: {
9657
9438
  address?: Uint8Array | undefined;
9658
- protocolSignature?: Uint8Array | undefined;
9439
+ ethSignature?: Uint8Array | undefined;
9659
9440
  blockHash?: Uint8Array | undefined;
9660
9441
  verificationType?: number | undefined;
9661
9442
  chainId?: number | undefined;
9662
- protocol?: Protocol | undefined;
9663
9443
  } | undefined;
9664
9444
  verificationRemoveBody?: {
9665
9445
  address?: Uint8Array | undefined;
9666
- protocol?: Protocol | undefined;
9667
9446
  } | undefined;
9668
9447
  userDataBody?: {
9669
9448
  type?: UserDataType | undefined;
@@ -9735,17 +9514,15 @@ declare const HubEvent: {
9735
9514
  } | undefined;
9736
9515
  targetUrl?: string | undefined;
9737
9516
  } | undefined;
9738
- verificationAddAddressBody?: {
9517
+ verificationAddEthAddressBody?: {
9739
9518
  address?: Uint8Array | undefined;
9740
- protocolSignature?: Uint8Array | undefined;
9519
+ ethSignature?: Uint8Array | undefined;
9741
9520
  blockHash?: Uint8Array | undefined;
9742
9521
  verificationType?: number | undefined;
9743
9522
  chainId?: number | undefined;
9744
- protocol?: Protocol | undefined;
9745
9523
  } | undefined;
9746
9524
  verificationRemoveBody?: {
9747
9525
  address?: Uint8Array | undefined;
9748
- protocol?: Protocol | undefined;
9749
9526
  } | undefined;
9750
9527
  userDataBody?: {
9751
9528
  type?: UserDataType | undefined;
@@ -9815,17 +9592,15 @@ declare const HubEvent: {
9815
9592
  } | undefined;
9816
9593
  targetUrl?: string | undefined;
9817
9594
  } | undefined;
9818
- verificationAddAddressBody?: {
9595
+ verificationAddEthAddressBody?: {
9819
9596
  address?: Uint8Array | undefined;
9820
- protocolSignature?: Uint8Array | undefined;
9597
+ ethSignature?: Uint8Array | undefined;
9821
9598
  blockHash?: Uint8Array | undefined;
9822
9599
  verificationType?: number | undefined;
9823
9600
  chainId?: number | undefined;
9824
- protocol?: Protocol | undefined;
9825
9601
  } | undefined;
9826
9602
  verificationRemoveBody?: {
9827
9603
  address?: Uint8Array | undefined;
9828
- protocol?: Protocol | undefined;
9829
9604
  } | undefined;
9830
9605
  userDataBody?: {
9831
9606
  type?: UserDataType | undefined;
@@ -9940,28 +9715,24 @@ declare const HubEvent: {
9940
9715
  } & { [K_72 in Exclude<keyof I["revokeMessageBody"]["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
9941
9716
  targetUrl?: string | undefined;
9942
9717
  } & { [K_73 in Exclude<keyof I["revokeMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
9943
- verificationAddAddressBody?: ({
9718
+ verificationAddEthAddressBody?: ({
9944
9719
  address?: Uint8Array | undefined;
9945
- protocolSignature?: Uint8Array | undefined;
9720
+ ethSignature?: Uint8Array | undefined;
9946
9721
  blockHash?: Uint8Array | undefined;
9947
9722
  verificationType?: number | undefined;
9948
9723
  chainId?: number | undefined;
9949
- protocol?: Protocol | undefined;
9950
9724
  } & {
9951
9725
  address?: Uint8Array | undefined;
9952
- protocolSignature?: Uint8Array | undefined;
9726
+ ethSignature?: Uint8Array | undefined;
9953
9727
  blockHash?: Uint8Array | undefined;
9954
9728
  verificationType?: number | undefined;
9955
9729
  chainId?: number | undefined;
9956
- protocol?: Protocol | undefined;
9957
- } & { [K_74 in Exclude<keyof I["revokeMessageBody"]["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
9730
+ } & { [K_74 in Exclude<keyof I["revokeMessageBody"]["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
9958
9731
  verificationRemoveBody?: ({
9959
9732
  address?: Uint8Array | undefined;
9960
- protocol?: Protocol | undefined;
9961
9733
  } & {
9962
9734
  address?: Uint8Array | undefined;
9963
- protocol?: Protocol | undefined;
9964
- } & { [K_75 in Exclude<keyof I["revokeMessageBody"]["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
9735
+ } & { [K_75 in Exclude<keyof I["revokeMessageBody"]["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
9965
9736
  userDataBody?: ({
9966
9737
  type?: UserDataType | undefined;
9967
9738
  value?: string | undefined;
@@ -10074,17 +9845,15 @@ declare const HubEvent: {
10074
9845
  } | undefined;
10075
9846
  targetUrl?: string | undefined;
10076
9847
  } | undefined;
10077
- verificationAddAddressBody?: {
9848
+ verificationAddEthAddressBody?: {
10078
9849
  address?: Uint8Array | undefined;
10079
- protocolSignature?: Uint8Array | undefined;
9850
+ ethSignature?: Uint8Array | undefined;
10080
9851
  blockHash?: Uint8Array | undefined;
10081
9852
  verificationType?: number | undefined;
10082
9853
  chainId?: number | undefined;
10083
- protocol?: Protocol | undefined;
10084
9854
  } | undefined;
10085
9855
  verificationRemoveBody?: {
10086
9856
  address?: Uint8Array | undefined;
10087
- protocol?: Protocol | undefined;
10088
9857
  } | undefined;
10089
9858
  userDataBody?: {
10090
9859
  type?: UserDataType | undefined;
@@ -10155,17 +9924,15 @@ declare const HubEvent: {
10155
9924
  } | undefined;
10156
9925
  targetUrl?: string | undefined;
10157
9926
  } | undefined;
10158
- verificationAddAddressBody?: {
9927
+ verificationAddEthAddressBody?: {
10159
9928
  address?: Uint8Array | undefined;
10160
- protocolSignature?: Uint8Array | undefined;
9929
+ ethSignature?: Uint8Array | undefined;
10161
9930
  blockHash?: Uint8Array | undefined;
10162
9931
  verificationType?: number | undefined;
10163
9932
  chainId?: number | undefined;
10164
- protocol?: Protocol | undefined;
10165
9933
  } | undefined;
10166
9934
  verificationRemoveBody?: {
10167
9935
  address?: Uint8Array | undefined;
10168
- protocol?: Protocol | undefined;
10169
9936
  } | undefined;
10170
9937
  userDataBody?: {
10171
9938
  type?: UserDataType | undefined;
@@ -10267,17 +10034,15 @@ declare const HubEvent: {
10267
10034
  } | undefined;
10268
10035
  targetUrl?: string | undefined;
10269
10036
  } | undefined;
10270
- verificationAddAddressBody?: {
10037
+ verificationAddEthAddressBody?: {
10271
10038
  address?: Uint8Array | undefined;
10272
- protocolSignature?: Uint8Array | undefined;
10039
+ ethSignature?: Uint8Array | undefined;
10273
10040
  blockHash?: Uint8Array | undefined;
10274
10041
  verificationType?: number | undefined;
10275
10042
  chainId?: number | undefined;
10276
- protocol?: Protocol | undefined;
10277
10043
  } | undefined;
10278
10044
  verificationRemoveBody?: {
10279
10045
  address?: Uint8Array | undefined;
10280
- protocol?: Protocol | undefined;
10281
10046
  } | undefined;
10282
10047
  userDataBody?: {
10283
10048
  type?: UserDataType | undefined;
@@ -10347,17 +10112,15 @@ declare const HubEvent: {
10347
10112
  } | undefined;
10348
10113
  targetUrl?: string | undefined;
10349
10114
  } | undefined;
10350
- verificationAddAddressBody?: {
10115
+ verificationAddEthAddressBody?: {
10351
10116
  address?: Uint8Array | undefined;
10352
- protocolSignature?: Uint8Array | undefined;
10117
+ ethSignature?: Uint8Array | undefined;
10353
10118
  blockHash?: Uint8Array | undefined;
10354
10119
  verificationType?: number | undefined;
10355
10120
  chainId?: number | undefined;
10356
- protocol?: Protocol | undefined;
10357
10121
  } | undefined;
10358
10122
  verificationRemoveBody?: {
10359
10123
  address?: Uint8Array | undefined;
10360
- protocol?: Protocol | undefined;
10361
10124
  } | undefined;
10362
10125
  userDataBody?: {
10363
10126
  type?: UserDataType | undefined;
@@ -10472,28 +10235,24 @@ declare const HubEvent: {
10472
10235
  } & { [K_95 in Exclude<keyof I["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
10473
10236
  targetUrl?: string | undefined;
10474
10237
  } & { [K_96 in Exclude<keyof I["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
10475
- verificationAddAddressBody?: ({
10238
+ verificationAddEthAddressBody?: ({
10476
10239
  address?: Uint8Array | undefined;
10477
- protocolSignature?: Uint8Array | undefined;
10240
+ ethSignature?: Uint8Array | undefined;
10478
10241
  blockHash?: Uint8Array | undefined;
10479
10242
  verificationType?: number | undefined;
10480
10243
  chainId?: number | undefined;
10481
- protocol?: Protocol | undefined;
10482
10244
  } & {
10483
10245
  address?: Uint8Array | undefined;
10484
- protocolSignature?: Uint8Array | undefined;
10246
+ ethSignature?: Uint8Array | undefined;
10485
10247
  blockHash?: Uint8Array | undefined;
10486
10248
  verificationType?: number | undefined;
10487
10249
  chainId?: number | undefined;
10488
- protocol?: Protocol | undefined;
10489
- } & { [K_97 in Exclude<keyof I["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
10250
+ } & { [K_97 in Exclude<keyof I["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
10490
10251
  verificationRemoveBody?: ({
10491
10252
  address?: Uint8Array | undefined;
10492
- protocol?: Protocol | undefined;
10493
10253
  } & {
10494
10254
  address?: Uint8Array | undefined;
10495
- protocol?: Protocol | undefined;
10496
- } & { [K_98 in Exclude<keyof I["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
10255
+ } & { [K_98 in Exclude<keyof I["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
10497
10256
  userDataBody?: ({
10498
10257
  type?: UserDataType | undefined;
10499
10258
  value?: string | undefined;
@@ -10588,17 +10347,15 @@ declare const HubEvent: {
10588
10347
  } | undefined;
10589
10348
  targetUrl?: string | undefined;
10590
10349
  } | undefined;
10591
- verificationAddAddressBody?: {
10350
+ verificationAddEthAddressBody?: {
10592
10351
  address?: Uint8Array | undefined;
10593
- protocolSignature?: Uint8Array | undefined;
10352
+ ethSignature?: Uint8Array | undefined;
10594
10353
  blockHash?: Uint8Array | undefined;
10595
10354
  verificationType?: number | undefined;
10596
10355
  chainId?: number | undefined;
10597
- protocol?: Protocol | undefined;
10598
10356
  } | undefined;
10599
10357
  verificationRemoveBody?: {
10600
10358
  address?: Uint8Array | undefined;
10601
- protocol?: Protocol | undefined;
10602
10359
  } | undefined;
10603
10360
  userDataBody?: {
10604
10361
  type?: UserDataType | undefined;
@@ -10668,17 +10425,15 @@ declare const HubEvent: {
10668
10425
  } | undefined;
10669
10426
  targetUrl?: string | undefined;
10670
10427
  } | undefined;
10671
- verificationAddAddressBody?: {
10428
+ verificationAddEthAddressBody?: {
10672
10429
  address?: Uint8Array | undefined;
10673
- protocolSignature?: Uint8Array | undefined;
10430
+ ethSignature?: Uint8Array | undefined;
10674
10431
  blockHash?: Uint8Array | undefined;
10675
10432
  verificationType?: number | undefined;
10676
10433
  chainId?: number | undefined;
10677
- protocol?: Protocol | undefined;
10678
10434
  } | undefined;
10679
10435
  verificationRemoveBody?: {
10680
10436
  address?: Uint8Array | undefined;
10681
- protocol?: Protocol | undefined;
10682
10437
  } | undefined;
10683
10438
  userDataBody?: {
10684
10439
  type?: UserDataType | undefined;
@@ -10793,28 +10548,24 @@ declare const HubEvent: {
10793
10548
  } & { [K_115 in Exclude<keyof I["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
10794
10549
  targetUrl?: string | undefined;
10795
10550
  } & { [K_116 in Exclude<keyof I["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
10796
- verificationAddAddressBody?: ({
10551
+ verificationAddEthAddressBody?: ({
10797
10552
  address?: Uint8Array | undefined;
10798
- protocolSignature?: Uint8Array | undefined;
10553
+ ethSignature?: Uint8Array | undefined;
10799
10554
  blockHash?: Uint8Array | undefined;
10800
10555
  verificationType?: number | undefined;
10801
10556
  chainId?: number | undefined;
10802
- protocol?: Protocol | undefined;
10803
10557
  } & {
10804
10558
  address?: Uint8Array | undefined;
10805
- protocolSignature?: Uint8Array | undefined;
10559
+ ethSignature?: Uint8Array | undefined;
10806
10560
  blockHash?: Uint8Array | undefined;
10807
10561
  verificationType?: number | undefined;
10808
10562
  chainId?: number | undefined;
10809
- protocol?: Protocol | undefined;
10810
- } & { [K_117 in Exclude<keyof I["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
10563
+ } & { [K_117 in Exclude<keyof I["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
10811
10564
  verificationRemoveBody?: ({
10812
10565
  address?: Uint8Array | undefined;
10813
- protocol?: Protocol | undefined;
10814
10566
  } & {
10815
10567
  address?: Uint8Array | undefined;
10816
- protocol?: Protocol | undefined;
10817
- } & { [K_118 in Exclude<keyof I["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
10568
+ } & { [K_118 in Exclude<keyof I["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
10818
10569
  userDataBody?: ({
10819
10570
  type?: UserDataType | undefined;
10820
10571
  value?: string | undefined;
@@ -11033,17 +10784,15 @@ declare const HubEvent: {
11033
10784
  } | undefined;
11034
10785
  targetUrl?: string | undefined;
11035
10786
  } | undefined;
11036
- verificationAddAddressBody?: {
10787
+ verificationAddEthAddressBody?: {
11037
10788
  address?: Uint8Array | undefined;
11038
- protocolSignature?: Uint8Array | undefined;
10789
+ ethSignature?: Uint8Array | undefined;
11039
10790
  blockHash?: Uint8Array | undefined;
11040
10791
  verificationType?: number | undefined;
11041
10792
  chainId?: number | undefined;
11042
- protocol?: Protocol | undefined;
11043
10793
  } | undefined;
11044
10794
  verificationRemoveBody?: {
11045
10795
  address?: Uint8Array | undefined;
11046
- protocol?: Protocol | undefined;
11047
10796
  } | undefined;
11048
10797
  userDataBody?: {
11049
10798
  type?: UserDataType | undefined;
@@ -11114,17 +10863,15 @@ declare const HubEvent: {
11114
10863
  } | undefined;
11115
10864
  targetUrl?: string | undefined;
11116
10865
  } | undefined;
11117
- verificationAddAddressBody?: {
10866
+ verificationAddEthAddressBody?: {
11118
10867
  address?: Uint8Array | undefined;
11119
- protocolSignature?: Uint8Array | undefined;
10868
+ ethSignature?: Uint8Array | undefined;
11120
10869
  blockHash?: Uint8Array | undefined;
11121
10870
  verificationType?: number | undefined;
11122
10871
  chainId?: number | undefined;
11123
- protocol?: Protocol | undefined;
11124
10872
  } | undefined;
11125
10873
  verificationRemoveBody?: {
11126
10874
  address?: Uint8Array | undefined;
11127
- protocol?: Protocol | undefined;
11128
10875
  } | undefined;
11129
10876
  userDataBody?: {
11130
10877
  type?: UserDataType | undefined;
@@ -11197,17 +10944,15 @@ declare const HubEvent: {
11197
10944
  } | undefined;
11198
10945
  targetUrl?: string | undefined;
11199
10946
  } | undefined;
11200
- verificationAddAddressBody?: {
10947
+ verificationAddEthAddressBody?: {
11201
10948
  address?: Uint8Array | undefined;
11202
- protocolSignature?: Uint8Array | undefined;
10949
+ ethSignature?: Uint8Array | undefined;
11203
10950
  blockHash?: Uint8Array | undefined;
11204
10951
  verificationType?: number | undefined;
11205
10952
  chainId?: number | undefined;
11206
- protocol?: Protocol | undefined;
11207
10953
  } | undefined;
11208
10954
  verificationRemoveBody?: {
11209
10955
  address?: Uint8Array | undefined;
11210
- protocol?: Protocol | undefined;
11211
10956
  } | undefined;
11212
10957
  userDataBody?: {
11213
10958
  type?: UserDataType | undefined;
@@ -11280,17 +11025,15 @@ declare const HubEvent: {
11280
11025
  } | undefined;
11281
11026
  targetUrl?: string | undefined;
11282
11027
  } | undefined;
11283
- verificationAddAddressBody?: {
11028
+ verificationAddEthAddressBody?: {
11284
11029
  address?: Uint8Array | undefined;
11285
- protocolSignature?: Uint8Array | undefined;
11030
+ ethSignature?: Uint8Array | undefined;
11286
11031
  blockHash?: Uint8Array | undefined;
11287
11032
  verificationType?: number | undefined;
11288
11033
  chainId?: number | undefined;
11289
- protocol?: Protocol | undefined;
11290
11034
  } | undefined;
11291
11035
  verificationRemoveBody?: {
11292
11036
  address?: Uint8Array | undefined;
11293
- protocol?: Protocol | undefined;
11294
11037
  } | undefined;
11295
11038
  userDataBody?: {
11296
11039
  type?: UserDataType | undefined;
@@ -11379,17 +11122,15 @@ declare const HubEvent: {
11379
11122
  } | undefined;
11380
11123
  targetUrl?: string | undefined;
11381
11124
  } | undefined;
11382
- verificationAddAddressBody?: {
11125
+ verificationAddEthAddressBody?: {
11383
11126
  address?: Uint8Array | undefined;
11384
- protocolSignature?: Uint8Array | undefined;
11127
+ ethSignature?: Uint8Array | undefined;
11385
11128
  blockHash?: Uint8Array | undefined;
11386
11129
  verificationType?: number | undefined;
11387
11130
  chainId?: number | undefined;
11388
- protocol?: Protocol | undefined;
11389
11131
  } | undefined;
11390
11132
  verificationRemoveBody?: {
11391
11133
  address?: Uint8Array | undefined;
11392
- protocol?: Protocol | undefined;
11393
11134
  } | undefined;
11394
11135
  userDataBody?: {
11395
11136
  type?: UserDataType | undefined;
@@ -11460,17 +11201,15 @@ declare const HubEvent: {
11460
11201
  } | undefined;
11461
11202
  targetUrl?: string | undefined;
11462
11203
  } | undefined;
11463
- verificationAddAddressBody?: {
11204
+ verificationAddEthAddressBody?: {
11464
11205
  address?: Uint8Array | undefined;
11465
- protocolSignature?: Uint8Array | undefined;
11206
+ ethSignature?: Uint8Array | undefined;
11466
11207
  blockHash?: Uint8Array | undefined;
11467
11208
  verificationType?: number | undefined;
11468
11209
  chainId?: number | undefined;
11469
- protocol?: Protocol | undefined;
11470
11210
  } | undefined;
11471
11211
  verificationRemoveBody?: {
11472
11212
  address?: Uint8Array | undefined;
11473
- protocol?: Protocol | undefined;
11474
11213
  } | undefined;
11475
11214
  userDataBody?: {
11476
11215
  type?: UserDataType | undefined;
@@ -11581,17 +11320,15 @@ declare const HubEvent: {
11581
11320
  } | undefined;
11582
11321
  targetUrl?: string | undefined;
11583
11322
  } | undefined;
11584
- verificationAddAddressBody?: {
11323
+ verificationAddEthAddressBody?: {
11585
11324
  address?: Uint8Array | undefined;
11586
- protocolSignature?: Uint8Array | undefined;
11325
+ ethSignature?: Uint8Array | undefined;
11587
11326
  blockHash?: Uint8Array | undefined;
11588
11327
  verificationType?: number | undefined;
11589
11328
  chainId?: number | undefined;
11590
- protocol?: Protocol | undefined;
11591
11329
  } | undefined;
11592
11330
  verificationRemoveBody?: {
11593
11331
  address?: Uint8Array | undefined;
11594
- protocol?: Protocol | undefined;
11595
11332
  } | undefined;
11596
11333
  userDataBody?: {
11597
11334
  type?: UserDataType | undefined;
@@ -11662,17 +11399,15 @@ declare const HubEvent: {
11662
11399
  } | undefined;
11663
11400
  targetUrl?: string | undefined;
11664
11401
  } | undefined;
11665
- verificationAddAddressBody?: {
11402
+ verificationAddEthAddressBody?: {
11666
11403
  address?: Uint8Array | undefined;
11667
- protocolSignature?: Uint8Array | undefined;
11404
+ ethSignature?: Uint8Array | undefined;
11668
11405
  blockHash?: Uint8Array | undefined;
11669
11406
  verificationType?: number | undefined;
11670
11407
  chainId?: number | undefined;
11671
- protocol?: Protocol | undefined;
11672
11408
  } | undefined;
11673
11409
  verificationRemoveBody?: {
11674
11410
  address?: Uint8Array | undefined;
11675
- protocol?: Protocol | undefined;
11676
11411
  } | undefined;
11677
11412
  userDataBody?: {
11678
11413
  type?: UserDataType | undefined;
@@ -11744,17 +11479,15 @@ declare const HubEvent: {
11744
11479
  } | undefined;
11745
11480
  targetUrl?: string | undefined;
11746
11481
  } | undefined;
11747
- verificationAddAddressBody?: {
11482
+ verificationAddEthAddressBody?: {
11748
11483
  address?: Uint8Array | undefined;
11749
- protocolSignature?: Uint8Array | undefined;
11484
+ ethSignature?: Uint8Array | undefined;
11750
11485
  blockHash?: Uint8Array | undefined;
11751
11486
  verificationType?: number | undefined;
11752
11487
  chainId?: number | undefined;
11753
- protocol?: Protocol | undefined;
11754
11488
  } | undefined;
11755
11489
  verificationRemoveBody?: {
11756
11490
  address?: Uint8Array | undefined;
11757
- protocol?: Protocol | undefined;
11758
11491
  } | undefined;
11759
11492
  userDataBody?: {
11760
11493
  type?: UserDataType | undefined;
@@ -11824,17 +11557,15 @@ declare const HubEvent: {
11824
11557
  } | undefined;
11825
11558
  targetUrl?: string | undefined;
11826
11559
  } | undefined;
11827
- verificationAddAddressBody?: {
11560
+ verificationAddEthAddressBody?: {
11828
11561
  address?: Uint8Array | undefined;
11829
- protocolSignature?: Uint8Array | undefined;
11562
+ ethSignature?: Uint8Array | undefined;
11830
11563
  blockHash?: Uint8Array | undefined;
11831
11564
  verificationType?: number | undefined;
11832
11565
  chainId?: number | undefined;
11833
- protocol?: Protocol | undefined;
11834
11566
  } | undefined;
11835
11567
  verificationRemoveBody?: {
11836
11568
  address?: Uint8Array | undefined;
11837
- protocol?: Protocol | undefined;
11838
11569
  } | undefined;
11839
11570
  userDataBody?: {
11840
11571
  type?: UserDataType | undefined;
@@ -11949,28 +11680,24 @@ declare const HubEvent: {
11949
11680
  } & { [K_143 in Exclude<keyof I_1["mergeMessageBody"]["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
11950
11681
  targetUrl?: string | undefined;
11951
11682
  } & { [K_144 in Exclude<keyof I_1["mergeMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
11952
- verificationAddAddressBody?: ({
11683
+ verificationAddEthAddressBody?: ({
11953
11684
  address?: Uint8Array | undefined;
11954
- protocolSignature?: Uint8Array | undefined;
11685
+ ethSignature?: Uint8Array | undefined;
11955
11686
  blockHash?: Uint8Array | undefined;
11956
11687
  verificationType?: number | undefined;
11957
11688
  chainId?: number | undefined;
11958
- protocol?: Protocol | undefined;
11959
11689
  } & {
11960
11690
  address?: Uint8Array | undefined;
11961
- protocolSignature?: Uint8Array | undefined;
11691
+ ethSignature?: Uint8Array | undefined;
11962
11692
  blockHash?: Uint8Array | undefined;
11963
11693
  verificationType?: number | undefined;
11964
11694
  chainId?: number | undefined;
11965
- protocol?: Protocol | undefined;
11966
- } & { [K_145 in Exclude<keyof I_1["mergeMessageBody"]["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
11695
+ } & { [K_145 in Exclude<keyof I_1["mergeMessageBody"]["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
11967
11696
  verificationRemoveBody?: ({
11968
11697
  address?: Uint8Array | undefined;
11969
- protocol?: Protocol | undefined;
11970
11698
  } & {
11971
11699
  address?: Uint8Array | undefined;
11972
- protocol?: Protocol | undefined;
11973
- } & { [K_146 in Exclude<keyof I_1["mergeMessageBody"]["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
11700
+ } & { [K_146 in Exclude<keyof I_1["mergeMessageBody"]["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
11974
11701
  userDataBody?: ({
11975
11702
  type?: UserDataType | undefined;
11976
11703
  value?: string | undefined;
@@ -12065,17 +11792,15 @@ declare const HubEvent: {
12065
11792
  } | undefined;
12066
11793
  targetUrl?: string | undefined;
12067
11794
  } | undefined;
12068
- verificationAddAddressBody?: {
11795
+ verificationAddEthAddressBody?: {
12069
11796
  address?: Uint8Array | undefined;
12070
- protocolSignature?: Uint8Array | undefined;
11797
+ ethSignature?: Uint8Array | undefined;
12071
11798
  blockHash?: Uint8Array | undefined;
12072
11799
  verificationType?: number | undefined;
12073
11800
  chainId?: number | undefined;
12074
- protocol?: Protocol | undefined;
12075
11801
  } | undefined;
12076
11802
  verificationRemoveBody?: {
12077
11803
  address?: Uint8Array | undefined;
12078
- protocol?: Protocol | undefined;
12079
11804
  } | undefined;
12080
11805
  userDataBody?: {
12081
11806
  type?: UserDataType | undefined;
@@ -12145,17 +11870,15 @@ declare const HubEvent: {
12145
11870
  } | undefined;
12146
11871
  targetUrl?: string | undefined;
12147
11872
  } | undefined;
12148
- verificationAddAddressBody?: {
11873
+ verificationAddEthAddressBody?: {
12149
11874
  address?: Uint8Array | undefined;
12150
- protocolSignature?: Uint8Array | undefined;
11875
+ ethSignature?: Uint8Array | undefined;
12151
11876
  blockHash?: Uint8Array | undefined;
12152
11877
  verificationType?: number | undefined;
12153
11878
  chainId?: number | undefined;
12154
- protocol?: Protocol | undefined;
12155
11879
  } | undefined;
12156
11880
  verificationRemoveBody?: {
12157
11881
  address?: Uint8Array | undefined;
12158
- protocol?: Protocol | undefined;
12159
11882
  } | undefined;
12160
11883
  userDataBody?: {
12161
11884
  type?: UserDataType | undefined;
@@ -12225,17 +11948,15 @@ declare const HubEvent: {
12225
11948
  } | undefined;
12226
11949
  targetUrl?: string | undefined;
12227
11950
  } | undefined;
12228
- verificationAddAddressBody?: {
11951
+ verificationAddEthAddressBody?: {
12229
11952
  address?: Uint8Array | undefined;
12230
- protocolSignature?: Uint8Array | undefined;
11953
+ ethSignature?: Uint8Array | undefined;
12231
11954
  blockHash?: Uint8Array | undefined;
12232
11955
  verificationType?: number | undefined;
12233
11956
  chainId?: number | undefined;
12234
- protocol?: Protocol | undefined;
12235
11957
  } | undefined;
12236
11958
  verificationRemoveBody?: {
12237
11959
  address?: Uint8Array | undefined;
12238
- protocol?: Protocol | undefined;
12239
11960
  } | undefined;
12240
11961
  userDataBody?: {
12241
11962
  type?: UserDataType | undefined;
@@ -12350,28 +12071,24 @@ declare const HubEvent: {
12350
12071
  } & { [K_163 in Exclude<keyof I_1["mergeMessageBody"]["deletedMessages"][number]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
12351
12072
  targetUrl?: string | undefined;
12352
12073
  } & { [K_164 in Exclude<keyof I_1["mergeMessageBody"]["deletedMessages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
12353
- verificationAddAddressBody?: ({
12074
+ verificationAddEthAddressBody?: ({
12354
12075
  address?: Uint8Array | undefined;
12355
- protocolSignature?: Uint8Array | undefined;
12076
+ ethSignature?: Uint8Array | undefined;
12356
12077
  blockHash?: Uint8Array | undefined;
12357
12078
  verificationType?: number | undefined;
12358
12079
  chainId?: number | undefined;
12359
- protocol?: Protocol | undefined;
12360
12080
  } & {
12361
12081
  address?: Uint8Array | undefined;
12362
- protocolSignature?: Uint8Array | undefined;
12082
+ ethSignature?: Uint8Array | undefined;
12363
12083
  blockHash?: Uint8Array | undefined;
12364
12084
  verificationType?: number | undefined;
12365
12085
  chainId?: number | undefined;
12366
- protocol?: Protocol | undefined;
12367
- } & { [K_165 in Exclude<keyof I_1["mergeMessageBody"]["deletedMessages"][number]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
12086
+ } & { [K_165 in Exclude<keyof I_1["mergeMessageBody"]["deletedMessages"][number]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
12368
12087
  verificationRemoveBody?: ({
12369
12088
  address?: Uint8Array | undefined;
12370
- protocol?: Protocol | undefined;
12371
12089
  } & {
12372
12090
  address?: Uint8Array | undefined;
12373
- protocol?: Protocol | undefined;
12374
- } & { [K_166 in Exclude<keyof I_1["mergeMessageBody"]["deletedMessages"][number]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
12091
+ } & { [K_166 in Exclude<keyof I_1["mergeMessageBody"]["deletedMessages"][number]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
12375
12092
  userDataBody?: ({
12376
12093
  type?: UserDataType | undefined;
12377
12094
  value?: string | undefined;
@@ -12465,17 +12182,15 @@ declare const HubEvent: {
12465
12182
  } | undefined;
12466
12183
  targetUrl?: string | undefined;
12467
12184
  } | undefined;
12468
- verificationAddAddressBody?: {
12185
+ verificationAddEthAddressBody?: {
12469
12186
  address?: Uint8Array | undefined;
12470
- protocolSignature?: Uint8Array | undefined;
12187
+ ethSignature?: Uint8Array | undefined;
12471
12188
  blockHash?: Uint8Array | undefined;
12472
12189
  verificationType?: number | undefined;
12473
12190
  chainId?: number | undefined;
12474
- protocol?: Protocol | undefined;
12475
12191
  } | undefined;
12476
12192
  verificationRemoveBody?: {
12477
12193
  address?: Uint8Array | undefined;
12478
- protocol?: Protocol | undefined;
12479
12194
  } | undefined;
12480
12195
  userDataBody?: {
12481
12196
  type?: UserDataType | undefined;
@@ -12548,17 +12263,15 @@ declare const HubEvent: {
12548
12263
  } | undefined;
12549
12264
  targetUrl?: string | undefined;
12550
12265
  } | undefined;
12551
- verificationAddAddressBody?: {
12266
+ verificationAddEthAddressBody?: {
12552
12267
  address?: Uint8Array | undefined;
12553
- protocolSignature?: Uint8Array | undefined;
12268
+ ethSignature?: Uint8Array | undefined;
12554
12269
  blockHash?: Uint8Array | undefined;
12555
12270
  verificationType?: number | undefined;
12556
12271
  chainId?: number | undefined;
12557
- protocol?: Protocol | undefined;
12558
12272
  } | undefined;
12559
12273
  verificationRemoveBody?: {
12560
12274
  address?: Uint8Array | undefined;
12561
- protocol?: Protocol | undefined;
12562
12275
  } | undefined;
12563
12276
  userDataBody?: {
12564
12277
  type?: UserDataType | undefined;
@@ -12630,17 +12343,15 @@ declare const HubEvent: {
12630
12343
  } | undefined;
12631
12344
  targetUrl?: string | undefined;
12632
12345
  } | undefined;
12633
- verificationAddAddressBody?: {
12346
+ verificationAddEthAddressBody?: {
12634
12347
  address?: Uint8Array | undefined;
12635
- protocolSignature?: Uint8Array | undefined;
12348
+ ethSignature?: Uint8Array | undefined;
12636
12349
  blockHash?: Uint8Array | undefined;
12637
12350
  verificationType?: number | undefined;
12638
12351
  chainId?: number | undefined;
12639
- protocol?: Protocol | undefined;
12640
12352
  } | undefined;
12641
12353
  verificationRemoveBody?: {
12642
12354
  address?: Uint8Array | undefined;
12643
- protocol?: Protocol | undefined;
12644
12355
  } | undefined;
12645
12356
  userDataBody?: {
12646
12357
  type?: UserDataType | undefined;
@@ -12710,17 +12421,15 @@ declare const HubEvent: {
12710
12421
  } | undefined;
12711
12422
  targetUrl?: string | undefined;
12712
12423
  } | undefined;
12713
- verificationAddAddressBody?: {
12424
+ verificationAddEthAddressBody?: {
12714
12425
  address?: Uint8Array | undefined;
12715
- protocolSignature?: Uint8Array | undefined;
12426
+ ethSignature?: Uint8Array | undefined;
12716
12427
  blockHash?: Uint8Array | undefined;
12717
12428
  verificationType?: number | undefined;
12718
12429
  chainId?: number | undefined;
12719
- protocol?: Protocol | undefined;
12720
12430
  } | undefined;
12721
12431
  verificationRemoveBody?: {
12722
12432
  address?: Uint8Array | undefined;
12723
- protocol?: Protocol | undefined;
12724
12433
  } | undefined;
12725
12434
  userDataBody?: {
12726
12435
  type?: UserDataType | undefined;
@@ -12835,28 +12544,24 @@ declare const HubEvent: {
12835
12544
  } & { [K_185 in Exclude<keyof I_1["pruneMessageBody"]["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
12836
12545
  targetUrl?: string | undefined;
12837
12546
  } & { [K_186 in Exclude<keyof I_1["pruneMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
12838
- verificationAddAddressBody?: ({
12547
+ verificationAddEthAddressBody?: ({
12839
12548
  address?: Uint8Array | undefined;
12840
- protocolSignature?: Uint8Array | undefined;
12549
+ ethSignature?: Uint8Array | undefined;
12841
12550
  blockHash?: Uint8Array | undefined;
12842
12551
  verificationType?: number | undefined;
12843
12552
  chainId?: number | undefined;
12844
- protocol?: Protocol | undefined;
12845
12553
  } & {
12846
12554
  address?: Uint8Array | undefined;
12847
- protocolSignature?: Uint8Array | undefined;
12555
+ ethSignature?: Uint8Array | undefined;
12848
12556
  blockHash?: Uint8Array | undefined;
12849
12557
  verificationType?: number | undefined;
12850
12558
  chainId?: number | undefined;
12851
- protocol?: Protocol | undefined;
12852
- } & { [K_187 in Exclude<keyof I_1["pruneMessageBody"]["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
12559
+ } & { [K_187 in Exclude<keyof I_1["pruneMessageBody"]["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
12853
12560
  verificationRemoveBody?: ({
12854
12561
  address?: Uint8Array | undefined;
12855
- protocol?: Protocol | undefined;
12856
12562
  } & {
12857
12563
  address?: Uint8Array | undefined;
12858
- protocol?: Protocol | undefined;
12859
- } & { [K_188 in Exclude<keyof I_1["pruneMessageBody"]["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
12564
+ } & { [K_188 in Exclude<keyof I_1["pruneMessageBody"]["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
12860
12565
  userDataBody?: ({
12861
12566
  type?: UserDataType | undefined;
12862
12567
  value?: string | undefined;
@@ -12953,17 +12658,15 @@ declare const HubEvent: {
12953
12658
  } | undefined;
12954
12659
  targetUrl?: string | undefined;
12955
12660
  } | undefined;
12956
- verificationAddAddressBody?: {
12661
+ verificationAddEthAddressBody?: {
12957
12662
  address?: Uint8Array | undefined;
12958
- protocolSignature?: Uint8Array | undefined;
12663
+ ethSignature?: Uint8Array | undefined;
12959
12664
  blockHash?: Uint8Array | undefined;
12960
12665
  verificationType?: number | undefined;
12961
12666
  chainId?: number | undefined;
12962
- protocol?: Protocol | undefined;
12963
12667
  } | undefined;
12964
12668
  verificationRemoveBody?: {
12965
12669
  address?: Uint8Array | undefined;
12966
- protocol?: Protocol | undefined;
12967
12670
  } | undefined;
12968
12671
  userDataBody?: {
12969
12672
  type?: UserDataType | undefined;
@@ -13035,17 +12738,15 @@ declare const HubEvent: {
13035
12738
  } | undefined;
13036
12739
  targetUrl?: string | undefined;
13037
12740
  } | undefined;
13038
- verificationAddAddressBody?: {
12741
+ verificationAddEthAddressBody?: {
13039
12742
  address?: Uint8Array | undefined;
13040
- protocolSignature?: Uint8Array | undefined;
12743
+ ethSignature?: Uint8Array | undefined;
13041
12744
  blockHash?: Uint8Array | undefined;
13042
12745
  verificationType?: number | undefined;
13043
12746
  chainId?: number | undefined;
13044
- protocol?: Protocol | undefined;
13045
12747
  } | undefined;
13046
12748
  verificationRemoveBody?: {
13047
12749
  address?: Uint8Array | undefined;
13048
- protocol?: Protocol | undefined;
13049
12750
  } | undefined;
13050
12751
  userDataBody?: {
13051
12752
  type?: UserDataType | undefined;
@@ -13115,17 +12816,15 @@ declare const HubEvent: {
13115
12816
  } | undefined;
13116
12817
  targetUrl?: string | undefined;
13117
12818
  } | undefined;
13118
- verificationAddAddressBody?: {
12819
+ verificationAddEthAddressBody?: {
13119
12820
  address?: Uint8Array | undefined;
13120
- protocolSignature?: Uint8Array | undefined;
12821
+ ethSignature?: Uint8Array | undefined;
13121
12822
  blockHash?: Uint8Array | undefined;
13122
12823
  verificationType?: number | undefined;
13123
12824
  chainId?: number | undefined;
13124
- protocol?: Protocol | undefined;
13125
12825
  } | undefined;
13126
12826
  verificationRemoveBody?: {
13127
12827
  address?: Uint8Array | undefined;
13128
- protocol?: Protocol | undefined;
13129
12828
  } | undefined;
13130
12829
  userDataBody?: {
13131
12830
  type?: UserDataType | undefined;
@@ -13240,28 +12939,24 @@ declare const HubEvent: {
13240
12939
  } & { [K_206 in Exclude<keyof I_1["revokeMessageBody"]["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
13241
12940
  targetUrl?: string | undefined;
13242
12941
  } & { [K_207 in Exclude<keyof I_1["revokeMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
13243
- verificationAddAddressBody?: ({
12942
+ verificationAddEthAddressBody?: ({
13244
12943
  address?: Uint8Array | undefined;
13245
- protocolSignature?: Uint8Array | undefined;
12944
+ ethSignature?: Uint8Array | undefined;
13246
12945
  blockHash?: Uint8Array | undefined;
13247
12946
  verificationType?: number | undefined;
13248
12947
  chainId?: number | undefined;
13249
- protocol?: Protocol | undefined;
13250
12948
  } & {
13251
12949
  address?: Uint8Array | undefined;
13252
- protocolSignature?: Uint8Array | undefined;
12950
+ ethSignature?: Uint8Array | undefined;
13253
12951
  blockHash?: Uint8Array | undefined;
13254
12952
  verificationType?: number | undefined;
13255
12953
  chainId?: number | undefined;
13256
- protocol?: Protocol | undefined;
13257
- } & { [K_208 in Exclude<keyof I_1["revokeMessageBody"]["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
12954
+ } & { [K_208 in Exclude<keyof I_1["revokeMessageBody"]["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
13258
12955
  verificationRemoveBody?: ({
13259
12956
  address?: Uint8Array | undefined;
13260
- protocol?: Protocol | undefined;
13261
12957
  } & {
13262
12958
  address?: Uint8Array | undefined;
13263
- protocol?: Protocol | undefined;
13264
- } & { [K_209 in Exclude<keyof I_1["revokeMessageBody"]["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
12959
+ } & { [K_209 in Exclude<keyof I_1["revokeMessageBody"]["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
13265
12960
  userDataBody?: ({
13266
12961
  type?: UserDataType | undefined;
13267
12962
  value?: string | undefined;
@@ -13374,17 +13069,15 @@ declare const HubEvent: {
13374
13069
  } | undefined;
13375
13070
  targetUrl?: string | undefined;
13376
13071
  } | undefined;
13377
- verificationAddAddressBody?: {
13072
+ verificationAddEthAddressBody?: {
13378
13073
  address?: Uint8Array | undefined;
13379
- protocolSignature?: Uint8Array | undefined;
13074
+ ethSignature?: Uint8Array | undefined;
13380
13075
  blockHash?: Uint8Array | undefined;
13381
13076
  verificationType?: number | undefined;
13382
13077
  chainId?: number | undefined;
13383
- protocol?: Protocol | undefined;
13384
13078
  } | undefined;
13385
13079
  verificationRemoveBody?: {
13386
13080
  address?: Uint8Array | undefined;
13387
- protocol?: Protocol | undefined;
13388
13081
  } | undefined;
13389
13082
  userDataBody?: {
13390
13083
  type?: UserDataType | undefined;
@@ -13455,17 +13148,15 @@ declare const HubEvent: {
13455
13148
  } | undefined;
13456
13149
  targetUrl?: string | undefined;
13457
13150
  } | undefined;
13458
- verificationAddAddressBody?: {
13151
+ verificationAddEthAddressBody?: {
13459
13152
  address?: Uint8Array | undefined;
13460
- protocolSignature?: Uint8Array | undefined;
13153
+ ethSignature?: Uint8Array | undefined;
13461
13154
  blockHash?: Uint8Array | undefined;
13462
13155
  verificationType?: number | undefined;
13463
13156
  chainId?: number | undefined;
13464
- protocol?: Protocol | undefined;
13465
13157
  } | undefined;
13466
13158
  verificationRemoveBody?: {
13467
13159
  address?: Uint8Array | undefined;
13468
- protocol?: Protocol | undefined;
13469
13160
  } | undefined;
13470
13161
  userDataBody?: {
13471
13162
  type?: UserDataType | undefined;
@@ -13567,17 +13258,15 @@ declare const HubEvent: {
13567
13258
  } | undefined;
13568
13259
  targetUrl?: string | undefined;
13569
13260
  } | undefined;
13570
- verificationAddAddressBody?: {
13261
+ verificationAddEthAddressBody?: {
13571
13262
  address?: Uint8Array | undefined;
13572
- protocolSignature?: Uint8Array | undefined;
13263
+ ethSignature?: Uint8Array | undefined;
13573
13264
  blockHash?: Uint8Array | undefined;
13574
13265
  verificationType?: number | undefined;
13575
13266
  chainId?: number | undefined;
13576
- protocol?: Protocol | undefined;
13577
13267
  } | undefined;
13578
13268
  verificationRemoveBody?: {
13579
13269
  address?: Uint8Array | undefined;
13580
- protocol?: Protocol | undefined;
13581
13270
  } | undefined;
13582
13271
  userDataBody?: {
13583
13272
  type?: UserDataType | undefined;
@@ -13647,17 +13336,15 @@ declare const HubEvent: {
13647
13336
  } | undefined;
13648
13337
  targetUrl?: string | undefined;
13649
13338
  } | undefined;
13650
- verificationAddAddressBody?: {
13339
+ verificationAddEthAddressBody?: {
13651
13340
  address?: Uint8Array | undefined;
13652
- protocolSignature?: Uint8Array | undefined;
13341
+ ethSignature?: Uint8Array | undefined;
13653
13342
  blockHash?: Uint8Array | undefined;
13654
13343
  verificationType?: number | undefined;
13655
13344
  chainId?: number | undefined;
13656
- protocol?: Protocol | undefined;
13657
13345
  } | undefined;
13658
13346
  verificationRemoveBody?: {
13659
13347
  address?: Uint8Array | undefined;
13660
- protocol?: Protocol | undefined;
13661
13348
  } | undefined;
13662
13349
  userDataBody?: {
13663
13350
  type?: UserDataType | undefined;
@@ -13772,28 +13459,24 @@ declare const HubEvent: {
13772
13459
  } & { [K_229 in Exclude<keyof I_1["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
13773
13460
  targetUrl?: string | undefined;
13774
13461
  } & { [K_230 in Exclude<keyof I_1["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
13775
- verificationAddAddressBody?: ({
13462
+ verificationAddEthAddressBody?: ({
13776
13463
  address?: Uint8Array | undefined;
13777
- protocolSignature?: Uint8Array | undefined;
13464
+ ethSignature?: Uint8Array | undefined;
13778
13465
  blockHash?: Uint8Array | undefined;
13779
13466
  verificationType?: number | undefined;
13780
13467
  chainId?: number | undefined;
13781
- protocol?: Protocol | undefined;
13782
13468
  } & {
13783
13469
  address?: Uint8Array | undefined;
13784
- protocolSignature?: Uint8Array | undefined;
13470
+ ethSignature?: Uint8Array | undefined;
13785
13471
  blockHash?: Uint8Array | undefined;
13786
13472
  verificationType?: number | undefined;
13787
13473
  chainId?: number | undefined;
13788
- protocol?: Protocol | undefined;
13789
- } & { [K_231 in Exclude<keyof I_1["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
13474
+ } & { [K_231 in Exclude<keyof I_1["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
13790
13475
  verificationRemoveBody?: ({
13791
13476
  address?: Uint8Array | undefined;
13792
- protocol?: Protocol | undefined;
13793
13477
  } & {
13794
13478
  address?: Uint8Array | undefined;
13795
- protocol?: Protocol | undefined;
13796
- } & { [K_232 in Exclude<keyof I_1["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
13479
+ } & { [K_232 in Exclude<keyof I_1["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
13797
13480
  userDataBody?: ({
13798
13481
  type?: UserDataType | undefined;
13799
13482
  value?: string | undefined;
@@ -13888,17 +13571,15 @@ declare const HubEvent: {
13888
13571
  } | undefined;
13889
13572
  targetUrl?: string | undefined;
13890
13573
  } | undefined;
13891
- verificationAddAddressBody?: {
13574
+ verificationAddEthAddressBody?: {
13892
13575
  address?: Uint8Array | undefined;
13893
- protocolSignature?: Uint8Array | undefined;
13576
+ ethSignature?: Uint8Array | undefined;
13894
13577
  blockHash?: Uint8Array | undefined;
13895
13578
  verificationType?: number | undefined;
13896
13579
  chainId?: number | undefined;
13897
- protocol?: Protocol | undefined;
13898
13580
  } | undefined;
13899
13581
  verificationRemoveBody?: {
13900
13582
  address?: Uint8Array | undefined;
13901
- protocol?: Protocol | undefined;
13902
13583
  } | undefined;
13903
13584
  userDataBody?: {
13904
13585
  type?: UserDataType | undefined;
@@ -13968,17 +13649,15 @@ declare const HubEvent: {
13968
13649
  } | undefined;
13969
13650
  targetUrl?: string | undefined;
13970
13651
  } | undefined;
13971
- verificationAddAddressBody?: {
13652
+ verificationAddEthAddressBody?: {
13972
13653
  address?: Uint8Array | undefined;
13973
- protocolSignature?: Uint8Array | undefined;
13654
+ ethSignature?: Uint8Array | undefined;
13974
13655
  blockHash?: Uint8Array | undefined;
13975
13656
  verificationType?: number | undefined;
13976
13657
  chainId?: number | undefined;
13977
- protocol?: Protocol | undefined;
13978
13658
  } | undefined;
13979
13659
  verificationRemoveBody?: {
13980
13660
  address?: Uint8Array | undefined;
13981
- protocol?: Protocol | undefined;
13982
13661
  } | undefined;
13983
13662
  userDataBody?: {
13984
13663
  type?: UserDataType | undefined;
@@ -14093,28 +13772,24 @@ declare const HubEvent: {
14093
13772
  } & { [K_249 in Exclude<keyof I_1["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
14094
13773
  targetUrl?: string | undefined;
14095
13774
  } & { [K_250 in Exclude<keyof I_1["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
14096
- verificationAddAddressBody?: ({
13775
+ verificationAddEthAddressBody?: ({
14097
13776
  address?: Uint8Array | undefined;
14098
- protocolSignature?: Uint8Array | undefined;
13777
+ ethSignature?: Uint8Array | undefined;
14099
13778
  blockHash?: Uint8Array | undefined;
14100
13779
  verificationType?: number | undefined;
14101
13780
  chainId?: number | undefined;
14102
- protocol?: Protocol | undefined;
14103
13781
  } & {
14104
13782
  address?: Uint8Array | undefined;
14105
- protocolSignature?: Uint8Array | undefined;
13783
+ ethSignature?: Uint8Array | undefined;
14106
13784
  blockHash?: Uint8Array | undefined;
14107
13785
  verificationType?: number | undefined;
14108
13786
  chainId?: number | undefined;
14109
- protocol?: Protocol | undefined;
14110
- } & { [K_251 in Exclude<keyof I_1["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
13787
+ } & { [K_251 in Exclude<keyof I_1["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
14111
13788
  verificationRemoveBody?: ({
14112
13789
  address?: Uint8Array | undefined;
14113
- protocol?: Protocol | undefined;
14114
13790
  } & {
14115
13791
  address?: Uint8Array | undefined;
14116
- protocol?: Protocol | undefined;
14117
- } & { [K_252 in Exclude<keyof I_1["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
13792
+ } & { [K_252 in Exclude<keyof I_1["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
14118
13793
  userDataBody?: ({
14119
13794
  type?: UserDataType | undefined;
14120
13795
  value?: string | undefined;
@@ -15135,17 +14810,15 @@ declare const MessagesResponse: {
15135
14810
  } | undefined;
15136
14811
  targetUrl?: string | undefined;
15137
14812
  } | undefined;
15138
- verificationAddAddressBody?: {
14813
+ verificationAddEthAddressBody?: {
15139
14814
  address?: Uint8Array | undefined;
15140
- protocolSignature?: Uint8Array | undefined;
14815
+ ethSignature?: Uint8Array | undefined;
15141
14816
  blockHash?: Uint8Array | undefined;
15142
14817
  verificationType?: number | undefined;
15143
14818
  chainId?: number | undefined;
15144
- protocol?: Protocol | undefined;
15145
14819
  } | undefined;
15146
14820
  verificationRemoveBody?: {
15147
14821
  address?: Uint8Array | undefined;
15148
- protocol?: Protocol | undefined;
15149
14822
  } | undefined;
15150
14823
  userDataBody?: {
15151
14824
  type?: UserDataType | undefined;
@@ -15218,17 +14891,15 @@ declare const MessagesResponse: {
15218
14891
  } | undefined;
15219
14892
  targetUrl?: string | undefined;
15220
14893
  } | undefined;
15221
- verificationAddAddressBody?: {
14894
+ verificationAddEthAddressBody?: {
15222
14895
  address?: Uint8Array | undefined;
15223
- protocolSignature?: Uint8Array | undefined;
14896
+ ethSignature?: Uint8Array | undefined;
15224
14897
  blockHash?: Uint8Array | undefined;
15225
14898
  verificationType?: number | undefined;
15226
14899
  chainId?: number | undefined;
15227
- protocol?: Protocol | undefined;
15228
14900
  } | undefined;
15229
14901
  verificationRemoveBody?: {
15230
14902
  address?: Uint8Array | undefined;
15231
- protocol?: Protocol | undefined;
15232
14903
  } | undefined;
15233
14904
  userDataBody?: {
15234
14905
  type?: UserDataType | undefined;
@@ -15298,17 +14969,15 @@ declare const MessagesResponse: {
15298
14969
  } | undefined;
15299
14970
  targetUrl?: string | undefined;
15300
14971
  } | undefined;
15301
- verificationAddAddressBody?: {
14972
+ verificationAddEthAddressBody?: {
15302
14973
  address?: Uint8Array | undefined;
15303
- protocolSignature?: Uint8Array | undefined;
14974
+ ethSignature?: Uint8Array | undefined;
15304
14975
  blockHash?: Uint8Array | undefined;
15305
14976
  verificationType?: number | undefined;
15306
14977
  chainId?: number | undefined;
15307
- protocol?: Protocol | undefined;
15308
14978
  } | undefined;
15309
14979
  verificationRemoveBody?: {
15310
14980
  address?: Uint8Array | undefined;
15311
- protocol?: Protocol | undefined;
15312
14981
  } | undefined;
15313
14982
  userDataBody?: {
15314
14983
  type?: UserDataType | undefined;
@@ -15378,17 +15047,15 @@ declare const MessagesResponse: {
15378
15047
  } | undefined;
15379
15048
  targetUrl?: string | undefined;
15380
15049
  } | undefined;
15381
- verificationAddAddressBody?: {
15050
+ verificationAddEthAddressBody?: {
15382
15051
  address?: Uint8Array | undefined;
15383
- protocolSignature?: Uint8Array | undefined;
15052
+ ethSignature?: Uint8Array | undefined;
15384
15053
  blockHash?: Uint8Array | undefined;
15385
15054
  verificationType?: number | undefined;
15386
15055
  chainId?: number | undefined;
15387
- protocol?: Protocol | undefined;
15388
15056
  } | undefined;
15389
15057
  verificationRemoveBody?: {
15390
15058
  address?: Uint8Array | undefined;
15391
- protocol?: Protocol | undefined;
15392
15059
  } | undefined;
15393
15060
  userDataBody?: {
15394
15061
  type?: UserDataType | undefined;
@@ -15503,28 +15170,24 @@ declare const MessagesResponse: {
15503
15170
  } & { [K_9 in Exclude<keyof I["messages"][number]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
15504
15171
  targetUrl?: string | undefined;
15505
15172
  } & { [K_10 in Exclude<keyof I["messages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
15506
- verificationAddAddressBody?: ({
15173
+ verificationAddEthAddressBody?: ({
15507
15174
  address?: Uint8Array | undefined;
15508
- protocolSignature?: Uint8Array | undefined;
15175
+ ethSignature?: Uint8Array | undefined;
15509
15176
  blockHash?: Uint8Array | undefined;
15510
15177
  verificationType?: number | undefined;
15511
15178
  chainId?: number | undefined;
15512
- protocol?: Protocol | undefined;
15513
15179
  } & {
15514
15180
  address?: Uint8Array | undefined;
15515
- protocolSignature?: Uint8Array | undefined;
15181
+ ethSignature?: Uint8Array | undefined;
15516
15182
  blockHash?: Uint8Array | undefined;
15517
15183
  verificationType?: number | undefined;
15518
15184
  chainId?: number | undefined;
15519
- protocol?: Protocol | undefined;
15520
- } & { [K_11 in Exclude<keyof I["messages"][number]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
15185
+ } & { [K_11 in Exclude<keyof I["messages"][number]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
15521
15186
  verificationRemoveBody?: ({
15522
15187
  address?: Uint8Array | undefined;
15523
- protocol?: Protocol | undefined;
15524
15188
  } & {
15525
15189
  address?: Uint8Array | undefined;
15526
- protocol?: Protocol | undefined;
15527
- } & { [K_12 in Exclude<keyof I["messages"][number]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
15190
+ } & { [K_12 in Exclude<keyof I["messages"][number]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
15528
15191
  userDataBody?: ({
15529
15192
  type?: UserDataType | undefined;
15530
15193
  value?: string | undefined;
@@ -15618,17 +15281,15 @@ declare const MessagesResponse: {
15618
15281
  } | undefined;
15619
15282
  targetUrl?: string | undefined;
15620
15283
  } | undefined;
15621
- verificationAddAddressBody?: {
15284
+ verificationAddEthAddressBody?: {
15622
15285
  address?: Uint8Array | undefined;
15623
- protocolSignature?: Uint8Array | undefined;
15286
+ ethSignature?: Uint8Array | undefined;
15624
15287
  blockHash?: Uint8Array | undefined;
15625
15288
  verificationType?: number | undefined;
15626
15289
  chainId?: number | undefined;
15627
- protocol?: Protocol | undefined;
15628
15290
  } | undefined;
15629
15291
  verificationRemoveBody?: {
15630
15292
  address?: Uint8Array | undefined;
15631
- protocol?: Protocol | undefined;
15632
15293
  } | undefined;
15633
15294
  userDataBody?: {
15634
15295
  type?: UserDataType | undefined;
@@ -15702,17 +15363,15 @@ declare const MessagesResponse: {
15702
15363
  } | undefined;
15703
15364
  targetUrl?: string | undefined;
15704
15365
  } | undefined;
15705
- verificationAddAddressBody?: {
15366
+ verificationAddEthAddressBody?: {
15706
15367
  address?: Uint8Array | undefined;
15707
- protocolSignature?: Uint8Array | undefined;
15368
+ ethSignature?: Uint8Array | undefined;
15708
15369
  blockHash?: Uint8Array | undefined;
15709
15370
  verificationType?: number | undefined;
15710
15371
  chainId?: number | undefined;
15711
- protocol?: Protocol | undefined;
15712
15372
  } | undefined;
15713
15373
  verificationRemoveBody?: {
15714
15374
  address?: Uint8Array | undefined;
15715
- protocol?: Protocol | undefined;
15716
15375
  } | undefined;
15717
15376
  userDataBody?: {
15718
15377
  type?: UserDataType | undefined;
@@ -15785,17 +15444,15 @@ declare const MessagesResponse: {
15785
15444
  } | undefined;
15786
15445
  targetUrl?: string | undefined;
15787
15446
  } | undefined;
15788
- verificationAddAddressBody?: {
15447
+ verificationAddEthAddressBody?: {
15789
15448
  address?: Uint8Array | undefined;
15790
- protocolSignature?: Uint8Array | undefined;
15449
+ ethSignature?: Uint8Array | undefined;
15791
15450
  blockHash?: Uint8Array | undefined;
15792
15451
  verificationType?: number | undefined;
15793
15452
  chainId?: number | undefined;
15794
- protocol?: Protocol | undefined;
15795
15453
  } | undefined;
15796
15454
  verificationRemoveBody?: {
15797
15455
  address?: Uint8Array | undefined;
15798
- protocol?: Protocol | undefined;
15799
15456
  } | undefined;
15800
15457
  userDataBody?: {
15801
15458
  type?: UserDataType | undefined;
@@ -15865,17 +15522,15 @@ declare const MessagesResponse: {
15865
15522
  } | undefined;
15866
15523
  targetUrl?: string | undefined;
15867
15524
  } | undefined;
15868
- verificationAddAddressBody?: {
15525
+ verificationAddEthAddressBody?: {
15869
15526
  address?: Uint8Array | undefined;
15870
- protocolSignature?: Uint8Array | undefined;
15527
+ ethSignature?: Uint8Array | undefined;
15871
15528
  blockHash?: Uint8Array | undefined;
15872
15529
  verificationType?: number | undefined;
15873
15530
  chainId?: number | undefined;
15874
- protocol?: Protocol | undefined;
15875
15531
  } | undefined;
15876
15532
  verificationRemoveBody?: {
15877
15533
  address?: Uint8Array | undefined;
15878
- protocol?: Protocol | undefined;
15879
15534
  } | undefined;
15880
15535
  userDataBody?: {
15881
15536
  type?: UserDataType | undefined;
@@ -15945,17 +15600,15 @@ declare const MessagesResponse: {
15945
15600
  } | undefined;
15946
15601
  targetUrl?: string | undefined;
15947
15602
  } | undefined;
15948
- verificationAddAddressBody?: {
15603
+ verificationAddEthAddressBody?: {
15949
15604
  address?: Uint8Array | undefined;
15950
- protocolSignature?: Uint8Array | undefined;
15605
+ ethSignature?: Uint8Array | undefined;
15951
15606
  blockHash?: Uint8Array | undefined;
15952
15607
  verificationType?: number | undefined;
15953
15608
  chainId?: number | undefined;
15954
- protocol?: Protocol | undefined;
15955
15609
  } | undefined;
15956
15610
  verificationRemoveBody?: {
15957
15611
  address?: Uint8Array | undefined;
15958
- protocol?: Protocol | undefined;
15959
15612
  } | undefined;
15960
15613
  userDataBody?: {
15961
15614
  type?: UserDataType | undefined;
@@ -16070,28 +15723,24 @@ declare const MessagesResponse: {
16070
15723
  } & { [K_31 in Exclude<keyof I_1["messages"][number]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
16071
15724
  targetUrl?: string | undefined;
16072
15725
  } & { [K_32 in Exclude<keyof I_1["messages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
16073
- verificationAddAddressBody?: ({
15726
+ verificationAddEthAddressBody?: ({
16074
15727
  address?: Uint8Array | undefined;
16075
- protocolSignature?: Uint8Array | undefined;
15728
+ ethSignature?: Uint8Array | undefined;
16076
15729
  blockHash?: Uint8Array | undefined;
16077
15730
  verificationType?: number | undefined;
16078
15731
  chainId?: number | undefined;
16079
- protocol?: Protocol | undefined;
16080
15732
  } & {
16081
15733
  address?: Uint8Array | undefined;
16082
- protocolSignature?: Uint8Array | undefined;
15734
+ ethSignature?: Uint8Array | undefined;
16083
15735
  blockHash?: Uint8Array | undefined;
16084
15736
  verificationType?: number | undefined;
16085
15737
  chainId?: number | undefined;
16086
- protocol?: Protocol | undefined;
16087
- } & { [K_33 in Exclude<keyof I_1["messages"][number]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
15738
+ } & { [K_33 in Exclude<keyof I_1["messages"][number]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
16088
15739
  verificationRemoveBody?: ({
16089
15740
  address?: Uint8Array | undefined;
16090
- protocol?: Protocol | undefined;
16091
15741
  } & {
16092
15742
  address?: Uint8Array | undefined;
16093
- protocol?: Protocol | undefined;
16094
- } & { [K_34 in Exclude<keyof I_1["messages"][number]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
15743
+ } & { [K_34 in Exclude<keyof I_1["messages"][number]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
16095
15744
  userDataBody?: ({
16096
15745
  type?: UserDataType | undefined;
16097
15746
  value?: string | undefined;
@@ -16185,17 +15834,15 @@ declare const MessagesResponse: {
16185
15834
  } | undefined;
16186
15835
  targetUrl?: string | undefined;
16187
15836
  } | undefined;
16188
- verificationAddAddressBody?: {
15837
+ verificationAddEthAddressBody?: {
16189
15838
  address?: Uint8Array | undefined;
16190
- protocolSignature?: Uint8Array | undefined;
15839
+ ethSignature?: Uint8Array | undefined;
16191
15840
  blockHash?: Uint8Array | undefined;
16192
15841
  verificationType?: number | undefined;
16193
15842
  chainId?: number | undefined;
16194
- protocol?: Protocol | undefined;
16195
15843
  } | undefined;
16196
15844
  verificationRemoveBody?: {
16197
15845
  address?: Uint8Array | undefined;
16198
- protocol?: Protocol | undefined;
16199
15846
  } | undefined;
16200
15847
  userDataBody?: {
16201
15848
  type?: UserDataType | undefined;
@@ -17351,17 +16998,15 @@ declare const ValidationResponse: {
17351
16998
  } | undefined;
17352
16999
  targetUrl?: string | undefined;
17353
17000
  } | undefined;
17354
- verificationAddAddressBody?: {
17001
+ verificationAddEthAddressBody?: {
17355
17002
  address?: Uint8Array | undefined;
17356
- protocolSignature?: Uint8Array | undefined;
17003
+ ethSignature?: Uint8Array | undefined;
17357
17004
  blockHash?: Uint8Array | undefined;
17358
17005
  verificationType?: number | undefined;
17359
17006
  chainId?: number | undefined;
17360
- protocol?: Protocol | undefined;
17361
17007
  } | undefined;
17362
17008
  verificationRemoveBody?: {
17363
17009
  address?: Uint8Array | undefined;
17364
- protocol?: Protocol | undefined;
17365
17010
  } | undefined;
17366
17011
  userDataBody?: {
17367
17012
  type?: UserDataType | undefined;
@@ -17434,17 +17079,15 @@ declare const ValidationResponse: {
17434
17079
  } | undefined;
17435
17080
  targetUrl?: string | undefined;
17436
17081
  } | undefined;
17437
- verificationAddAddressBody?: {
17082
+ verificationAddEthAddressBody?: {
17438
17083
  address?: Uint8Array | undefined;
17439
- protocolSignature?: Uint8Array | undefined;
17084
+ ethSignature?: Uint8Array | undefined;
17440
17085
  blockHash?: Uint8Array | undefined;
17441
17086
  verificationType?: number | undefined;
17442
17087
  chainId?: number | undefined;
17443
- protocol?: Protocol | undefined;
17444
17088
  } | undefined;
17445
17089
  verificationRemoveBody?: {
17446
17090
  address?: Uint8Array | undefined;
17447
- protocol?: Protocol | undefined;
17448
17091
  } | undefined;
17449
17092
  userDataBody?: {
17450
17093
  type?: UserDataType | undefined;
@@ -17514,17 +17157,15 @@ declare const ValidationResponse: {
17514
17157
  } | undefined;
17515
17158
  targetUrl?: string | undefined;
17516
17159
  } | undefined;
17517
- verificationAddAddressBody?: {
17160
+ verificationAddEthAddressBody?: {
17518
17161
  address?: Uint8Array | undefined;
17519
- protocolSignature?: Uint8Array | undefined;
17162
+ ethSignature?: Uint8Array | undefined;
17520
17163
  blockHash?: Uint8Array | undefined;
17521
17164
  verificationType?: number | undefined;
17522
17165
  chainId?: number | undefined;
17523
- protocol?: Protocol | undefined;
17524
17166
  } | undefined;
17525
17167
  verificationRemoveBody?: {
17526
17168
  address?: Uint8Array | undefined;
17527
- protocol?: Protocol | undefined;
17528
17169
  } | undefined;
17529
17170
  userDataBody?: {
17530
17171
  type?: UserDataType | undefined;
@@ -17639,28 +17280,24 @@ declare const ValidationResponse: {
17639
17280
  } & { [K_9 in Exclude<keyof I["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
17640
17281
  targetUrl?: string | undefined;
17641
17282
  } & { [K_10 in Exclude<keyof I["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
17642
- verificationAddAddressBody?: ({
17283
+ verificationAddEthAddressBody?: ({
17643
17284
  address?: Uint8Array | undefined;
17644
- protocolSignature?: Uint8Array | undefined;
17285
+ ethSignature?: Uint8Array | undefined;
17645
17286
  blockHash?: Uint8Array | undefined;
17646
17287
  verificationType?: number | undefined;
17647
17288
  chainId?: number | undefined;
17648
- protocol?: Protocol | undefined;
17649
17289
  } & {
17650
17290
  address?: Uint8Array | undefined;
17651
- protocolSignature?: Uint8Array | undefined;
17291
+ ethSignature?: Uint8Array | undefined;
17652
17292
  blockHash?: Uint8Array | undefined;
17653
17293
  verificationType?: number | undefined;
17654
17294
  chainId?: number | undefined;
17655
- protocol?: Protocol | undefined;
17656
- } & { [K_11 in Exclude<keyof I["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
17295
+ } & { [K_11 in Exclude<keyof I["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
17657
17296
  verificationRemoveBody?: ({
17658
17297
  address?: Uint8Array | undefined;
17659
- protocol?: Protocol | undefined;
17660
17298
  } & {
17661
17299
  address?: Uint8Array | undefined;
17662
- protocol?: Protocol | undefined;
17663
- } & { [K_12 in Exclude<keyof I["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
17300
+ } & { [K_12 in Exclude<keyof I["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
17664
17301
  userDataBody?: ({
17665
17302
  type?: UserDataType | undefined;
17666
17303
  value?: string | undefined;
@@ -17758,17 +17395,15 @@ declare const ValidationResponse: {
17758
17395
  } | undefined;
17759
17396
  targetUrl?: string | undefined;
17760
17397
  } | undefined;
17761
- verificationAddAddressBody?: {
17398
+ verificationAddEthAddressBody?: {
17762
17399
  address?: Uint8Array | undefined;
17763
- protocolSignature?: Uint8Array | undefined;
17400
+ ethSignature?: Uint8Array | undefined;
17764
17401
  blockHash?: Uint8Array | undefined;
17765
17402
  verificationType?: number | undefined;
17766
17403
  chainId?: number | undefined;
17767
- protocol?: Protocol | undefined;
17768
17404
  } | undefined;
17769
17405
  verificationRemoveBody?: {
17770
17406
  address?: Uint8Array | undefined;
17771
- protocol?: Protocol | undefined;
17772
17407
  } | undefined;
17773
17408
  userDataBody?: {
17774
17409
  type?: UserDataType | undefined;
@@ -17841,17 +17476,15 @@ declare const ValidationResponse: {
17841
17476
  } | undefined;
17842
17477
  targetUrl?: string | undefined;
17843
17478
  } | undefined;
17844
- verificationAddAddressBody?: {
17479
+ verificationAddEthAddressBody?: {
17845
17480
  address?: Uint8Array | undefined;
17846
- protocolSignature?: Uint8Array | undefined;
17481
+ ethSignature?: Uint8Array | undefined;
17847
17482
  blockHash?: Uint8Array | undefined;
17848
17483
  verificationType?: number | undefined;
17849
17484
  chainId?: number | undefined;
17850
- protocol?: Protocol | undefined;
17851
17485
  } | undefined;
17852
17486
  verificationRemoveBody?: {
17853
17487
  address?: Uint8Array | undefined;
17854
- protocol?: Protocol | undefined;
17855
17488
  } | undefined;
17856
17489
  userDataBody?: {
17857
17490
  type?: UserDataType | undefined;
@@ -17921,17 +17554,15 @@ declare const ValidationResponse: {
17921
17554
  } | undefined;
17922
17555
  targetUrl?: string | undefined;
17923
17556
  } | undefined;
17924
- verificationAddAddressBody?: {
17557
+ verificationAddEthAddressBody?: {
17925
17558
  address?: Uint8Array | undefined;
17926
- protocolSignature?: Uint8Array | undefined;
17559
+ ethSignature?: Uint8Array | undefined;
17927
17560
  blockHash?: Uint8Array | undefined;
17928
17561
  verificationType?: number | undefined;
17929
17562
  chainId?: number | undefined;
17930
- protocol?: Protocol | undefined;
17931
17563
  } | undefined;
17932
17564
  verificationRemoveBody?: {
17933
17565
  address?: Uint8Array | undefined;
17934
- protocol?: Protocol | undefined;
17935
17566
  } | undefined;
17936
17567
  userDataBody?: {
17937
17568
  type?: UserDataType | undefined;
@@ -18046,28 +17677,24 @@ declare const ValidationResponse: {
18046
17677
  } & { [K_30 in Exclude<keyof I_1["message"]["data"]["reactionBody"]["targetCastId"], keyof CastId>]: never; }) | undefined;
18047
17678
  targetUrl?: string | undefined;
18048
17679
  } & { [K_31 in Exclude<keyof I_1["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
18049
- verificationAddAddressBody?: ({
17680
+ verificationAddEthAddressBody?: ({
18050
17681
  address?: Uint8Array | undefined;
18051
- protocolSignature?: Uint8Array | undefined;
17682
+ ethSignature?: Uint8Array | undefined;
18052
17683
  blockHash?: Uint8Array | undefined;
18053
17684
  verificationType?: number | undefined;
18054
17685
  chainId?: number | undefined;
18055
- protocol?: Protocol | undefined;
18056
17686
  } & {
18057
17687
  address?: Uint8Array | undefined;
18058
- protocolSignature?: Uint8Array | undefined;
17688
+ ethSignature?: Uint8Array | undefined;
18059
17689
  blockHash?: Uint8Array | undefined;
18060
17690
  verificationType?: number | undefined;
18061
17691
  chainId?: number | undefined;
18062
- protocol?: Protocol | undefined;
18063
- } & { [K_32 in Exclude<keyof I_1["message"]["data"]["verificationAddAddressBody"], keyof VerificationAddAddressBody>]: never; }) | undefined;
17692
+ } & { [K_32 in Exclude<keyof I_1["message"]["data"]["verificationAddEthAddressBody"], keyof VerificationAddEthAddressBody>]: never; }) | undefined;
18064
17693
  verificationRemoveBody?: ({
18065
17694
  address?: Uint8Array | undefined;
18066
- protocol?: Protocol | undefined;
18067
17695
  } & {
18068
17696
  address?: Uint8Array | undefined;
18069
- protocol?: Protocol | undefined;
18070
- } & { [K_33 in Exclude<keyof I_1["message"]["data"]["verificationRemoveBody"], keyof VerificationRemoveBody>]: never; }) | undefined;
17697
+ } & { [K_33 in Exclude<keyof I_1["message"]["data"]["verificationRemoveBody"], "address">]: never; }) | undefined;
18071
17698
  userDataBody?: ({
18072
17699
  type?: UserDataType | undefined;
18073
17700
  value?: string | undefined;