@farcaster/hub-web 0.7.4 → 0.7.6
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 +185 -185
- package/dist/index.js +12 -12
- package/dist/index.mjs +12 -12
- package/package.json +2 -2
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
|
-
/**
|
416
|
-
|
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
|
/**
|
@@ -526,7 +526,7 @@ declare const Message: {
|
|
526
526
|
} | undefined;
|
527
527
|
verificationAddAddressBody?: {
|
528
528
|
address?: Uint8Array | undefined;
|
529
|
-
|
529
|
+
claimSignature?: Uint8Array | undefined;
|
530
530
|
blockHash?: Uint8Array | undefined;
|
531
531
|
verificationType?: number | undefined;
|
532
532
|
chainId?: number | undefined;
|
@@ -606,7 +606,7 @@ declare const Message: {
|
|
606
606
|
} | undefined;
|
607
607
|
verificationAddAddressBody?: {
|
608
608
|
address?: Uint8Array | undefined;
|
609
|
-
|
609
|
+
claimSignature?: Uint8Array | undefined;
|
610
610
|
blockHash?: Uint8Array | undefined;
|
611
611
|
verificationType?: number | undefined;
|
612
612
|
chainId?: number | undefined;
|
@@ -731,14 +731,14 @@ declare const Message: {
|
|
731
731
|
} & { [K_10 in Exclude<keyof I["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
732
732
|
verificationAddAddressBody?: ({
|
733
733
|
address?: Uint8Array | undefined;
|
734
|
-
|
734
|
+
claimSignature?: Uint8Array | undefined;
|
735
735
|
blockHash?: Uint8Array | undefined;
|
736
736
|
verificationType?: number | undefined;
|
737
737
|
chainId?: number | undefined;
|
738
738
|
protocol?: Protocol | undefined;
|
739
739
|
} & {
|
740
740
|
address?: Uint8Array | undefined;
|
741
|
-
|
741
|
+
claimSignature?: Uint8Array | undefined;
|
742
742
|
blockHash?: Uint8Array | undefined;
|
743
743
|
verificationType?: number | undefined;
|
744
744
|
chainId?: number | undefined;
|
@@ -847,7 +847,7 @@ declare const Message: {
|
|
847
847
|
} | undefined;
|
848
848
|
verificationAddAddressBody?: {
|
849
849
|
address?: Uint8Array | undefined;
|
850
|
-
|
850
|
+
claimSignature?: Uint8Array | undefined;
|
851
851
|
blockHash?: Uint8Array | undefined;
|
852
852
|
verificationType?: number | undefined;
|
853
853
|
chainId?: number | undefined;
|
@@ -927,7 +927,7 @@ declare const Message: {
|
|
927
927
|
} | undefined;
|
928
928
|
verificationAddAddressBody?: {
|
929
929
|
address?: Uint8Array | undefined;
|
930
|
-
|
930
|
+
claimSignature?: Uint8Array | undefined;
|
931
931
|
blockHash?: Uint8Array | undefined;
|
932
932
|
verificationType?: number | undefined;
|
933
933
|
chainId?: number | undefined;
|
@@ -1052,14 +1052,14 @@ declare const Message: {
|
|
1052
1052
|
} & { [K_30 in Exclude<keyof I_1["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
1053
1053
|
verificationAddAddressBody?: ({
|
1054
1054
|
address?: Uint8Array | undefined;
|
1055
|
-
|
1055
|
+
claimSignature?: Uint8Array | undefined;
|
1056
1056
|
blockHash?: Uint8Array | undefined;
|
1057
1057
|
verificationType?: number | undefined;
|
1058
1058
|
chainId?: number | undefined;
|
1059
1059
|
protocol?: Protocol | undefined;
|
1060
1060
|
} & {
|
1061
1061
|
address?: Uint8Array | undefined;
|
1062
|
-
|
1062
|
+
claimSignature?: Uint8Array | undefined;
|
1063
1063
|
blockHash?: Uint8Array | undefined;
|
1064
1064
|
verificationType?: number | undefined;
|
1065
1065
|
chainId?: number | undefined;
|
@@ -1198,7 +1198,7 @@ declare const MessageData: {
|
|
1198
1198
|
} | undefined;
|
1199
1199
|
verificationAddAddressBody?: {
|
1200
1200
|
address?: Uint8Array | undefined;
|
1201
|
-
|
1201
|
+
claimSignature?: Uint8Array | undefined;
|
1202
1202
|
blockHash?: Uint8Array | undefined;
|
1203
1203
|
verificationType?: number | undefined;
|
1204
1204
|
chainId?: number | undefined;
|
@@ -1323,14 +1323,14 @@ declare const MessageData: {
|
|
1323
1323
|
} & { [K_10 in Exclude<keyof I["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
1324
1324
|
verificationAddAddressBody?: ({
|
1325
1325
|
address?: Uint8Array | undefined;
|
1326
|
-
|
1326
|
+
claimSignature?: Uint8Array | undefined;
|
1327
1327
|
blockHash?: Uint8Array | undefined;
|
1328
1328
|
verificationType?: number | undefined;
|
1329
1329
|
chainId?: number | undefined;
|
1330
1330
|
protocol?: Protocol | undefined;
|
1331
1331
|
} & {
|
1332
1332
|
address?: Uint8Array | undefined;
|
1333
|
-
|
1333
|
+
claimSignature?: Uint8Array | undefined;
|
1334
1334
|
blockHash?: Uint8Array | undefined;
|
1335
1335
|
verificationType?: number | undefined;
|
1336
1336
|
chainId?: number | undefined;
|
@@ -1431,7 +1431,7 @@ declare const MessageData: {
|
|
1431
1431
|
} | undefined;
|
1432
1432
|
verificationAddAddressBody?: {
|
1433
1433
|
address?: Uint8Array | undefined;
|
1434
|
-
|
1434
|
+
claimSignature?: Uint8Array | undefined;
|
1435
1435
|
blockHash?: Uint8Array | undefined;
|
1436
1436
|
verificationType?: number | undefined;
|
1437
1437
|
chainId?: number | undefined;
|
@@ -1556,14 +1556,14 @@ declare const MessageData: {
|
|
1556
1556
|
} & { [K_29 in Exclude<keyof I_1["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
1557
1557
|
verificationAddAddressBody?: ({
|
1558
1558
|
address?: Uint8Array | undefined;
|
1559
|
-
|
1559
|
+
claimSignature?: Uint8Array | undefined;
|
1560
1560
|
blockHash?: Uint8Array | undefined;
|
1561
1561
|
verificationType?: number | undefined;
|
1562
1562
|
chainId?: number | undefined;
|
1563
1563
|
protocol?: Protocol | undefined;
|
1564
1564
|
} & {
|
1565
1565
|
address?: Uint8Array | undefined;
|
1566
|
-
|
1566
|
+
claimSignature?: Uint8Array | undefined;
|
1567
1567
|
blockHash?: Uint8Array | undefined;
|
1568
1568
|
verificationType?: number | undefined;
|
1569
1569
|
chainId?: number | undefined;
|
@@ -1943,7 +1943,7 @@ interface VerificationAddAddressBody {
|
|
1943
1943
|
/** Address being verified for a given Protocol */
|
1944
1944
|
address: Uint8Array;
|
1945
1945
|
/** Signature produced by the user's address for a given Protocol */
|
1946
|
-
|
1946
|
+
claimSignature: Uint8Array;
|
1947
1947
|
/** Hash of the latest Ethereum block when the signature was produced */
|
1948
1948
|
blockHash: Uint8Array;
|
1949
1949
|
/** Type of verification. 0 = EOA, 1 = contract */
|
@@ -1960,14 +1960,14 @@ declare const VerificationAddAddressBody: {
|
|
1960
1960
|
toJSON(message: VerificationAddAddressBody): unknown;
|
1961
1961
|
create<I extends {
|
1962
1962
|
address?: Uint8Array | undefined;
|
1963
|
-
|
1963
|
+
claimSignature?: Uint8Array | undefined;
|
1964
1964
|
blockHash?: Uint8Array | undefined;
|
1965
1965
|
verificationType?: number | undefined;
|
1966
1966
|
chainId?: number | undefined;
|
1967
1967
|
protocol?: Protocol | undefined;
|
1968
1968
|
} & {
|
1969
1969
|
address?: Uint8Array | undefined;
|
1970
|
-
|
1970
|
+
claimSignature?: Uint8Array | undefined;
|
1971
1971
|
blockHash?: Uint8Array | undefined;
|
1972
1972
|
verificationType?: number | undefined;
|
1973
1973
|
chainId?: number | undefined;
|
@@ -1975,14 +1975,14 @@ declare const VerificationAddAddressBody: {
|
|
1975
1975
|
} & { [K in Exclude<keyof I, keyof VerificationAddAddressBody>]: never; }>(base?: I | undefined): VerificationAddAddressBody;
|
1976
1976
|
fromPartial<I_1 extends {
|
1977
1977
|
address?: Uint8Array | undefined;
|
1978
|
-
|
1978
|
+
claimSignature?: Uint8Array | undefined;
|
1979
1979
|
blockHash?: Uint8Array | undefined;
|
1980
1980
|
verificationType?: number | undefined;
|
1981
1981
|
chainId?: number | undefined;
|
1982
1982
|
protocol?: Protocol | undefined;
|
1983
1983
|
} & {
|
1984
1984
|
address?: Uint8Array | undefined;
|
1985
|
-
|
1985
|
+
claimSignature?: Uint8Array | undefined;
|
1986
1986
|
blockHash?: Uint8Array | undefined;
|
1987
1987
|
verificationType?: number | undefined;
|
1988
1988
|
chainId?: number | undefined;
|
@@ -2172,7 +2172,7 @@ declare const MergeMessageBody: {
|
|
2172
2172
|
} | undefined;
|
2173
2173
|
verificationAddAddressBody?: {
|
2174
2174
|
address?: Uint8Array | undefined;
|
2175
|
-
|
2175
|
+
claimSignature?: Uint8Array | undefined;
|
2176
2176
|
blockHash?: Uint8Array | undefined;
|
2177
2177
|
verificationType?: number | undefined;
|
2178
2178
|
chainId?: number | undefined;
|
@@ -2253,7 +2253,7 @@ declare const MergeMessageBody: {
|
|
2253
2253
|
} | undefined;
|
2254
2254
|
verificationAddAddressBody?: {
|
2255
2255
|
address?: Uint8Array | undefined;
|
2256
|
-
|
2256
|
+
claimSignature?: Uint8Array | undefined;
|
2257
2257
|
blockHash?: Uint8Array | undefined;
|
2258
2258
|
verificationType?: number | undefined;
|
2259
2259
|
chainId?: number | undefined;
|
@@ -2335,7 +2335,7 @@ declare const MergeMessageBody: {
|
|
2335
2335
|
} | undefined;
|
2336
2336
|
verificationAddAddressBody?: {
|
2337
2337
|
address?: Uint8Array | undefined;
|
2338
|
-
|
2338
|
+
claimSignature?: Uint8Array | undefined;
|
2339
2339
|
blockHash?: Uint8Array | undefined;
|
2340
2340
|
verificationType?: number | undefined;
|
2341
2341
|
chainId?: number | undefined;
|
@@ -2415,7 +2415,7 @@ declare const MergeMessageBody: {
|
|
2415
2415
|
} | undefined;
|
2416
2416
|
verificationAddAddressBody?: {
|
2417
2417
|
address?: Uint8Array | undefined;
|
2418
|
-
|
2418
|
+
claimSignature?: Uint8Array | undefined;
|
2419
2419
|
blockHash?: Uint8Array | undefined;
|
2420
2420
|
verificationType?: number | undefined;
|
2421
2421
|
chainId?: number | undefined;
|
@@ -2540,14 +2540,14 @@ declare const MergeMessageBody: {
|
|
2540
2540
|
} & { [K_10 in Exclude<keyof I["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
2541
2541
|
verificationAddAddressBody?: ({
|
2542
2542
|
address?: Uint8Array | undefined;
|
2543
|
-
|
2543
|
+
claimSignature?: Uint8Array | undefined;
|
2544
2544
|
blockHash?: Uint8Array | undefined;
|
2545
2545
|
verificationType?: number | undefined;
|
2546
2546
|
chainId?: number | undefined;
|
2547
2547
|
protocol?: Protocol | undefined;
|
2548
2548
|
} & {
|
2549
2549
|
address?: Uint8Array | undefined;
|
2550
|
-
|
2550
|
+
claimSignature?: Uint8Array | undefined;
|
2551
2551
|
blockHash?: Uint8Array | undefined;
|
2552
2552
|
verificationType?: number | undefined;
|
2553
2553
|
chainId?: number | undefined;
|
@@ -2656,7 +2656,7 @@ declare const MergeMessageBody: {
|
|
2656
2656
|
} | undefined;
|
2657
2657
|
verificationAddAddressBody?: {
|
2658
2658
|
address?: Uint8Array | undefined;
|
2659
|
-
|
2659
|
+
claimSignature?: Uint8Array | undefined;
|
2660
2660
|
blockHash?: Uint8Array | undefined;
|
2661
2661
|
verificationType?: number | undefined;
|
2662
2662
|
chainId?: number | undefined;
|
@@ -2736,7 +2736,7 @@ declare const MergeMessageBody: {
|
|
2736
2736
|
} | undefined;
|
2737
2737
|
verificationAddAddressBody?: {
|
2738
2738
|
address?: Uint8Array | undefined;
|
2739
|
-
|
2739
|
+
claimSignature?: Uint8Array | undefined;
|
2740
2740
|
blockHash?: Uint8Array | undefined;
|
2741
2741
|
verificationType?: number | undefined;
|
2742
2742
|
chainId?: number | undefined;
|
@@ -2816,7 +2816,7 @@ declare const MergeMessageBody: {
|
|
2816
2816
|
} | undefined;
|
2817
2817
|
verificationAddAddressBody?: {
|
2818
2818
|
address?: Uint8Array | undefined;
|
2819
|
-
|
2819
|
+
claimSignature?: Uint8Array | undefined;
|
2820
2820
|
blockHash?: Uint8Array | undefined;
|
2821
2821
|
verificationType?: number | undefined;
|
2822
2822
|
chainId?: number | undefined;
|
@@ -2941,14 +2941,14 @@ declare const MergeMessageBody: {
|
|
2941
2941
|
} & { [K_30 in Exclude<keyof I["deletedMessages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
2942
2942
|
verificationAddAddressBody?: ({
|
2943
2943
|
address?: Uint8Array | undefined;
|
2944
|
-
|
2944
|
+
claimSignature?: Uint8Array | undefined;
|
2945
2945
|
blockHash?: Uint8Array | undefined;
|
2946
2946
|
verificationType?: number | undefined;
|
2947
2947
|
chainId?: number | undefined;
|
2948
2948
|
protocol?: Protocol | undefined;
|
2949
2949
|
} & {
|
2950
2950
|
address?: Uint8Array | undefined;
|
2951
|
-
|
2951
|
+
claimSignature?: Uint8Array | undefined;
|
2952
2952
|
blockHash?: Uint8Array | undefined;
|
2953
2953
|
verificationType?: number | undefined;
|
2954
2954
|
chainId?: number | undefined;
|
@@ -3056,7 +3056,7 @@ declare const MergeMessageBody: {
|
|
3056
3056
|
} | undefined;
|
3057
3057
|
verificationAddAddressBody?: {
|
3058
3058
|
address?: Uint8Array | undefined;
|
3059
|
-
|
3059
|
+
claimSignature?: Uint8Array | undefined;
|
3060
3060
|
blockHash?: Uint8Array | undefined;
|
3061
3061
|
verificationType?: number | undefined;
|
3062
3062
|
chainId?: number | undefined;
|
@@ -3139,7 +3139,7 @@ declare const MergeMessageBody: {
|
|
3139
3139
|
} | undefined;
|
3140
3140
|
verificationAddAddressBody?: {
|
3141
3141
|
address?: Uint8Array | undefined;
|
3142
|
-
|
3142
|
+
claimSignature?: Uint8Array | undefined;
|
3143
3143
|
blockHash?: Uint8Array | undefined;
|
3144
3144
|
verificationType?: number | undefined;
|
3145
3145
|
chainId?: number | undefined;
|
@@ -3220,7 +3220,7 @@ declare const MergeMessageBody: {
|
|
3220
3220
|
} | undefined;
|
3221
3221
|
verificationAddAddressBody?: {
|
3222
3222
|
address?: Uint8Array | undefined;
|
3223
|
-
|
3223
|
+
claimSignature?: Uint8Array | undefined;
|
3224
3224
|
blockHash?: Uint8Array | undefined;
|
3225
3225
|
verificationType?: number | undefined;
|
3226
3226
|
chainId?: number | undefined;
|
@@ -3302,7 +3302,7 @@ declare const MergeMessageBody: {
|
|
3302
3302
|
} | undefined;
|
3303
3303
|
verificationAddAddressBody?: {
|
3304
3304
|
address?: Uint8Array | undefined;
|
3305
|
-
|
3305
|
+
claimSignature?: Uint8Array | undefined;
|
3306
3306
|
blockHash?: Uint8Array | undefined;
|
3307
3307
|
verificationType?: number | undefined;
|
3308
3308
|
chainId?: number | undefined;
|
@@ -3382,7 +3382,7 @@ declare const MergeMessageBody: {
|
|
3382
3382
|
} | undefined;
|
3383
3383
|
verificationAddAddressBody?: {
|
3384
3384
|
address?: Uint8Array | undefined;
|
3385
|
-
|
3385
|
+
claimSignature?: Uint8Array | undefined;
|
3386
3386
|
blockHash?: Uint8Array | undefined;
|
3387
3387
|
verificationType?: number | undefined;
|
3388
3388
|
chainId?: number | undefined;
|
@@ -3507,14 +3507,14 @@ declare const MergeMessageBody: {
|
|
3507
3507
|
} & { [K_52 in Exclude<keyof I_1["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
3508
3508
|
verificationAddAddressBody?: ({
|
3509
3509
|
address?: Uint8Array | undefined;
|
3510
|
-
|
3510
|
+
claimSignature?: Uint8Array | undefined;
|
3511
3511
|
blockHash?: Uint8Array | undefined;
|
3512
3512
|
verificationType?: number | undefined;
|
3513
3513
|
chainId?: number | undefined;
|
3514
3514
|
protocol?: Protocol | undefined;
|
3515
3515
|
} & {
|
3516
3516
|
address?: Uint8Array | undefined;
|
3517
|
-
|
3517
|
+
claimSignature?: Uint8Array | undefined;
|
3518
3518
|
blockHash?: Uint8Array | undefined;
|
3519
3519
|
verificationType?: number | undefined;
|
3520
3520
|
chainId?: number | undefined;
|
@@ -3623,7 +3623,7 @@ declare const MergeMessageBody: {
|
|
3623
3623
|
} | undefined;
|
3624
3624
|
verificationAddAddressBody?: {
|
3625
3625
|
address?: Uint8Array | undefined;
|
3626
|
-
|
3626
|
+
claimSignature?: Uint8Array | undefined;
|
3627
3627
|
blockHash?: Uint8Array | undefined;
|
3628
3628
|
verificationType?: number | undefined;
|
3629
3629
|
chainId?: number | undefined;
|
@@ -3703,7 +3703,7 @@ declare const MergeMessageBody: {
|
|
3703
3703
|
} | undefined;
|
3704
3704
|
verificationAddAddressBody?: {
|
3705
3705
|
address?: Uint8Array | undefined;
|
3706
|
-
|
3706
|
+
claimSignature?: Uint8Array | undefined;
|
3707
3707
|
blockHash?: Uint8Array | undefined;
|
3708
3708
|
verificationType?: number | undefined;
|
3709
3709
|
chainId?: number | undefined;
|
@@ -3783,7 +3783,7 @@ declare const MergeMessageBody: {
|
|
3783
3783
|
} | undefined;
|
3784
3784
|
verificationAddAddressBody?: {
|
3785
3785
|
address?: Uint8Array | undefined;
|
3786
|
-
|
3786
|
+
claimSignature?: Uint8Array | undefined;
|
3787
3787
|
blockHash?: Uint8Array | undefined;
|
3788
3788
|
verificationType?: number | undefined;
|
3789
3789
|
chainId?: number | undefined;
|
@@ -3908,14 +3908,14 @@ declare const MergeMessageBody: {
|
|
3908
3908
|
} & { [K_72 in Exclude<keyof I_1["deletedMessages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
3909
3909
|
verificationAddAddressBody?: ({
|
3910
3910
|
address?: Uint8Array | undefined;
|
3911
|
-
|
3911
|
+
claimSignature?: Uint8Array | undefined;
|
3912
3912
|
blockHash?: Uint8Array | undefined;
|
3913
3913
|
verificationType?: number | undefined;
|
3914
3914
|
chainId?: number | undefined;
|
3915
3915
|
protocol?: Protocol | undefined;
|
3916
3916
|
} & {
|
3917
3917
|
address?: Uint8Array | undefined;
|
3918
|
-
|
3918
|
+
claimSignature?: Uint8Array | undefined;
|
3919
3919
|
blockHash?: Uint8Array | undefined;
|
3920
3920
|
verificationType?: number | undefined;
|
3921
3921
|
chainId?: number | undefined;
|
@@ -4023,7 +4023,7 @@ declare const MergeMessageBody: {
|
|
4023
4023
|
} | undefined;
|
4024
4024
|
verificationAddAddressBody?: {
|
4025
4025
|
address?: Uint8Array | undefined;
|
4026
|
-
|
4026
|
+
claimSignature?: Uint8Array | undefined;
|
4027
4027
|
blockHash?: Uint8Array | undefined;
|
4028
4028
|
verificationType?: number | undefined;
|
4029
4029
|
chainId?: number | undefined;
|
@@ -4115,7 +4115,7 @@ declare const PruneMessageBody: {
|
|
4115
4115
|
} | undefined;
|
4116
4116
|
verificationAddAddressBody?: {
|
4117
4117
|
address?: Uint8Array | undefined;
|
4118
|
-
|
4118
|
+
claimSignature?: Uint8Array | undefined;
|
4119
4119
|
blockHash?: Uint8Array | undefined;
|
4120
4120
|
verificationType?: number | undefined;
|
4121
4121
|
chainId?: number | undefined;
|
@@ -4197,7 +4197,7 @@ declare const PruneMessageBody: {
|
|
4197
4197
|
} | undefined;
|
4198
4198
|
verificationAddAddressBody?: {
|
4199
4199
|
address?: Uint8Array | undefined;
|
4200
|
-
|
4200
|
+
claimSignature?: Uint8Array | undefined;
|
4201
4201
|
blockHash?: Uint8Array | undefined;
|
4202
4202
|
verificationType?: number | undefined;
|
4203
4203
|
chainId?: number | undefined;
|
@@ -4277,7 +4277,7 @@ declare const PruneMessageBody: {
|
|
4277
4277
|
} | undefined;
|
4278
4278
|
verificationAddAddressBody?: {
|
4279
4279
|
address?: Uint8Array | undefined;
|
4280
|
-
|
4280
|
+
claimSignature?: Uint8Array | undefined;
|
4281
4281
|
blockHash?: Uint8Array | undefined;
|
4282
4282
|
verificationType?: number | undefined;
|
4283
4283
|
chainId?: number | undefined;
|
@@ -4402,14 +4402,14 @@ declare const PruneMessageBody: {
|
|
4402
4402
|
} & { [K_10 in Exclude<keyof I["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
4403
4403
|
verificationAddAddressBody?: ({
|
4404
4404
|
address?: Uint8Array | undefined;
|
4405
|
-
|
4405
|
+
claimSignature?: Uint8Array | undefined;
|
4406
4406
|
blockHash?: Uint8Array | undefined;
|
4407
4407
|
verificationType?: number | undefined;
|
4408
4408
|
chainId?: number | undefined;
|
4409
4409
|
protocol?: Protocol | undefined;
|
4410
4410
|
} & {
|
4411
4411
|
address?: Uint8Array | undefined;
|
4412
|
-
|
4412
|
+
claimSignature?: Uint8Array | undefined;
|
4413
4413
|
blockHash?: Uint8Array | undefined;
|
4414
4414
|
verificationType?: number | undefined;
|
4415
4415
|
chainId?: number | undefined;
|
@@ -4520,7 +4520,7 @@ declare const PruneMessageBody: {
|
|
4520
4520
|
} | undefined;
|
4521
4521
|
verificationAddAddressBody?: {
|
4522
4522
|
address?: Uint8Array | undefined;
|
4523
|
-
|
4523
|
+
claimSignature?: Uint8Array | undefined;
|
4524
4524
|
blockHash?: Uint8Array | undefined;
|
4525
4525
|
verificationType?: number | undefined;
|
4526
4526
|
chainId?: number | undefined;
|
@@ -4602,7 +4602,7 @@ declare const PruneMessageBody: {
|
|
4602
4602
|
} | undefined;
|
4603
4603
|
verificationAddAddressBody?: {
|
4604
4604
|
address?: Uint8Array | undefined;
|
4605
|
-
|
4605
|
+
claimSignature?: Uint8Array | undefined;
|
4606
4606
|
blockHash?: Uint8Array | undefined;
|
4607
4607
|
verificationType?: number | undefined;
|
4608
4608
|
chainId?: number | undefined;
|
@@ -4682,7 +4682,7 @@ declare const PruneMessageBody: {
|
|
4682
4682
|
} | undefined;
|
4683
4683
|
verificationAddAddressBody?: {
|
4684
4684
|
address?: Uint8Array | undefined;
|
4685
|
-
|
4685
|
+
claimSignature?: Uint8Array | undefined;
|
4686
4686
|
blockHash?: Uint8Array | undefined;
|
4687
4687
|
verificationType?: number | undefined;
|
4688
4688
|
chainId?: number | undefined;
|
@@ -4807,14 +4807,14 @@ declare const PruneMessageBody: {
|
|
4807
4807
|
} & { [K_31 in Exclude<keyof I_1["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
4808
4808
|
verificationAddAddressBody?: ({
|
4809
4809
|
address?: Uint8Array | undefined;
|
4810
|
-
|
4810
|
+
claimSignature?: Uint8Array | undefined;
|
4811
4811
|
blockHash?: Uint8Array | undefined;
|
4812
4812
|
verificationType?: number | undefined;
|
4813
4813
|
chainId?: number | undefined;
|
4814
4814
|
protocol?: Protocol | undefined;
|
4815
4815
|
} & {
|
4816
4816
|
address?: Uint8Array | undefined;
|
4817
|
-
|
4817
|
+
claimSignature?: Uint8Array | undefined;
|
4818
4818
|
blockHash?: Uint8Array | undefined;
|
4819
4819
|
verificationType?: number | undefined;
|
4820
4820
|
chainId?: number | undefined;
|
@@ -4934,7 +4934,7 @@ declare const RevokeMessageBody: {
|
|
4934
4934
|
} | undefined;
|
4935
4935
|
verificationAddAddressBody?: {
|
4936
4936
|
address?: Uint8Array | undefined;
|
4937
|
-
|
4937
|
+
claimSignature?: Uint8Array | undefined;
|
4938
4938
|
blockHash?: Uint8Array | undefined;
|
4939
4939
|
verificationType?: number | undefined;
|
4940
4940
|
chainId?: number | undefined;
|
@@ -5016,7 +5016,7 @@ declare const RevokeMessageBody: {
|
|
5016
5016
|
} | undefined;
|
5017
5017
|
verificationAddAddressBody?: {
|
5018
5018
|
address?: Uint8Array | undefined;
|
5019
|
-
|
5019
|
+
claimSignature?: Uint8Array | undefined;
|
5020
5020
|
blockHash?: Uint8Array | undefined;
|
5021
5021
|
verificationType?: number | undefined;
|
5022
5022
|
chainId?: number | undefined;
|
@@ -5096,7 +5096,7 @@ declare const RevokeMessageBody: {
|
|
5096
5096
|
} | undefined;
|
5097
5097
|
verificationAddAddressBody?: {
|
5098
5098
|
address?: Uint8Array | undefined;
|
5099
|
-
|
5099
|
+
claimSignature?: Uint8Array | undefined;
|
5100
5100
|
blockHash?: Uint8Array | undefined;
|
5101
5101
|
verificationType?: number | undefined;
|
5102
5102
|
chainId?: number | undefined;
|
@@ -5221,14 +5221,14 @@ declare const RevokeMessageBody: {
|
|
5221
5221
|
} & { [K_10 in Exclude<keyof I["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
5222
5222
|
verificationAddAddressBody?: ({
|
5223
5223
|
address?: Uint8Array | undefined;
|
5224
|
-
|
5224
|
+
claimSignature?: Uint8Array | undefined;
|
5225
5225
|
blockHash?: Uint8Array | undefined;
|
5226
5226
|
verificationType?: number | undefined;
|
5227
5227
|
chainId?: number | undefined;
|
5228
5228
|
protocol?: Protocol | undefined;
|
5229
5229
|
} & {
|
5230
5230
|
address?: Uint8Array | undefined;
|
5231
|
-
|
5231
|
+
claimSignature?: Uint8Array | undefined;
|
5232
5232
|
blockHash?: Uint8Array | undefined;
|
5233
5233
|
verificationType?: number | undefined;
|
5234
5234
|
chainId?: number | undefined;
|
@@ -5339,7 +5339,7 @@ declare const RevokeMessageBody: {
|
|
5339
5339
|
} | undefined;
|
5340
5340
|
verificationAddAddressBody?: {
|
5341
5341
|
address?: Uint8Array | undefined;
|
5342
|
-
|
5342
|
+
claimSignature?: Uint8Array | undefined;
|
5343
5343
|
blockHash?: Uint8Array | undefined;
|
5344
5344
|
verificationType?: number | undefined;
|
5345
5345
|
chainId?: number | undefined;
|
@@ -5421,7 +5421,7 @@ declare const RevokeMessageBody: {
|
|
5421
5421
|
} | undefined;
|
5422
5422
|
verificationAddAddressBody?: {
|
5423
5423
|
address?: Uint8Array | undefined;
|
5424
|
-
|
5424
|
+
claimSignature?: Uint8Array | undefined;
|
5425
5425
|
blockHash?: Uint8Array | undefined;
|
5426
5426
|
verificationType?: number | undefined;
|
5427
5427
|
chainId?: number | undefined;
|
@@ -5501,7 +5501,7 @@ declare const RevokeMessageBody: {
|
|
5501
5501
|
} | undefined;
|
5502
5502
|
verificationAddAddressBody?: {
|
5503
5503
|
address?: Uint8Array | undefined;
|
5504
|
-
|
5504
|
+
claimSignature?: Uint8Array | undefined;
|
5505
5505
|
blockHash?: Uint8Array | undefined;
|
5506
5506
|
verificationType?: number | undefined;
|
5507
5507
|
chainId?: number | undefined;
|
@@ -5626,14 +5626,14 @@ declare const RevokeMessageBody: {
|
|
5626
5626
|
} & { [K_31 in Exclude<keyof I_1["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
5627
5627
|
verificationAddAddressBody?: ({
|
5628
5628
|
address?: Uint8Array | undefined;
|
5629
|
-
|
5629
|
+
claimSignature?: Uint8Array | undefined;
|
5630
5630
|
blockHash?: Uint8Array | undefined;
|
5631
5631
|
verificationType?: number | undefined;
|
5632
5632
|
chainId?: number | undefined;
|
5633
5633
|
protocol?: Protocol | undefined;
|
5634
5634
|
} & {
|
5635
5635
|
address?: Uint8Array | undefined;
|
5636
|
-
|
5636
|
+
claimSignature?: Uint8Array | undefined;
|
5637
5637
|
blockHash?: Uint8Array | undefined;
|
5638
5638
|
verificationType?: number | undefined;
|
5639
5639
|
chainId?: number | undefined;
|
@@ -6017,7 +6017,7 @@ declare const MergeUserNameProofBody: {
|
|
6017
6017
|
} | undefined;
|
6018
6018
|
verificationAddAddressBody?: {
|
6019
6019
|
address?: Uint8Array | undefined;
|
6020
|
-
|
6020
|
+
claimSignature?: Uint8Array | undefined;
|
6021
6021
|
blockHash?: Uint8Array | undefined;
|
6022
6022
|
verificationType?: number | undefined;
|
6023
6023
|
chainId?: number | undefined;
|
@@ -6098,7 +6098,7 @@ declare const MergeUserNameProofBody: {
|
|
6098
6098
|
} | undefined;
|
6099
6099
|
verificationAddAddressBody?: {
|
6100
6100
|
address?: Uint8Array | undefined;
|
6101
|
-
|
6101
|
+
claimSignature?: Uint8Array | undefined;
|
6102
6102
|
blockHash?: Uint8Array | undefined;
|
6103
6103
|
verificationType?: number | undefined;
|
6104
6104
|
chainId?: number | undefined;
|
@@ -6210,7 +6210,7 @@ declare const MergeUserNameProofBody: {
|
|
6210
6210
|
} | undefined;
|
6211
6211
|
verificationAddAddressBody?: {
|
6212
6212
|
address?: Uint8Array | undefined;
|
6213
|
-
|
6213
|
+
claimSignature?: Uint8Array | undefined;
|
6214
6214
|
blockHash?: Uint8Array | undefined;
|
6215
6215
|
verificationType?: number | undefined;
|
6216
6216
|
chainId?: number | undefined;
|
@@ -6290,7 +6290,7 @@ declare const MergeUserNameProofBody: {
|
|
6290
6290
|
} | undefined;
|
6291
6291
|
verificationAddAddressBody?: {
|
6292
6292
|
address?: Uint8Array | undefined;
|
6293
|
-
|
6293
|
+
claimSignature?: Uint8Array | undefined;
|
6294
6294
|
blockHash?: Uint8Array | undefined;
|
6295
6295
|
verificationType?: number | undefined;
|
6296
6296
|
chainId?: number | undefined;
|
@@ -6415,14 +6415,14 @@ declare const MergeUserNameProofBody: {
|
|
6415
6415
|
} & { [K_12 in Exclude<keyof I["usernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
6416
6416
|
verificationAddAddressBody?: ({
|
6417
6417
|
address?: Uint8Array | undefined;
|
6418
|
-
|
6418
|
+
claimSignature?: Uint8Array | undefined;
|
6419
6419
|
blockHash?: Uint8Array | undefined;
|
6420
6420
|
verificationType?: number | undefined;
|
6421
6421
|
chainId?: number | undefined;
|
6422
6422
|
protocol?: Protocol | undefined;
|
6423
6423
|
} & {
|
6424
6424
|
address?: Uint8Array | undefined;
|
6425
|
-
|
6425
|
+
claimSignature?: Uint8Array | undefined;
|
6426
6426
|
blockHash?: Uint8Array | undefined;
|
6427
6427
|
verificationType?: number | undefined;
|
6428
6428
|
chainId?: number | undefined;
|
@@ -6531,7 +6531,7 @@ declare const MergeUserNameProofBody: {
|
|
6531
6531
|
} | undefined;
|
6532
6532
|
verificationAddAddressBody?: {
|
6533
6533
|
address?: Uint8Array | undefined;
|
6534
|
-
|
6534
|
+
claimSignature?: Uint8Array | undefined;
|
6535
6535
|
blockHash?: Uint8Array | undefined;
|
6536
6536
|
verificationType?: number | undefined;
|
6537
6537
|
chainId?: number | undefined;
|
@@ -6611,7 +6611,7 @@ declare const MergeUserNameProofBody: {
|
|
6611
6611
|
} | undefined;
|
6612
6612
|
verificationAddAddressBody?: {
|
6613
6613
|
address?: Uint8Array | undefined;
|
6614
|
-
|
6614
|
+
claimSignature?: Uint8Array | undefined;
|
6615
6615
|
blockHash?: Uint8Array | undefined;
|
6616
6616
|
verificationType?: number | undefined;
|
6617
6617
|
chainId?: number | undefined;
|
@@ -6736,14 +6736,14 @@ declare const MergeUserNameProofBody: {
|
|
6736
6736
|
} & { [K_32 in Exclude<keyof I["deletedUsernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
6737
6737
|
verificationAddAddressBody?: ({
|
6738
6738
|
address?: Uint8Array | undefined;
|
6739
|
-
|
6739
|
+
claimSignature?: Uint8Array | undefined;
|
6740
6740
|
blockHash?: Uint8Array | undefined;
|
6741
6741
|
verificationType?: number | undefined;
|
6742
6742
|
chainId?: number | undefined;
|
6743
6743
|
protocol?: Protocol | undefined;
|
6744
6744
|
} & {
|
6745
6745
|
address?: Uint8Array | undefined;
|
6746
|
-
|
6746
|
+
claimSignature?: Uint8Array | undefined;
|
6747
6747
|
blockHash?: Uint8Array | undefined;
|
6748
6748
|
verificationType?: number | undefined;
|
6749
6749
|
chainId?: number | undefined;
|
@@ -6870,7 +6870,7 @@ declare const MergeUserNameProofBody: {
|
|
6870
6870
|
} | undefined;
|
6871
6871
|
verificationAddAddressBody?: {
|
6872
6872
|
address?: Uint8Array | undefined;
|
6873
|
-
|
6873
|
+
claimSignature?: Uint8Array | undefined;
|
6874
6874
|
blockHash?: Uint8Array | undefined;
|
6875
6875
|
verificationType?: number | undefined;
|
6876
6876
|
chainId?: number | undefined;
|
@@ -6951,7 +6951,7 @@ declare const MergeUserNameProofBody: {
|
|
6951
6951
|
} | undefined;
|
6952
6952
|
verificationAddAddressBody?: {
|
6953
6953
|
address?: Uint8Array | undefined;
|
6954
|
-
|
6954
|
+
claimSignature?: Uint8Array | undefined;
|
6955
6955
|
blockHash?: Uint8Array | undefined;
|
6956
6956
|
verificationType?: number | undefined;
|
6957
6957
|
chainId?: number | undefined;
|
@@ -7063,7 +7063,7 @@ declare const MergeUserNameProofBody: {
|
|
7063
7063
|
} | undefined;
|
7064
7064
|
verificationAddAddressBody?: {
|
7065
7065
|
address?: Uint8Array | undefined;
|
7066
|
-
|
7066
|
+
claimSignature?: Uint8Array | undefined;
|
7067
7067
|
blockHash?: Uint8Array | undefined;
|
7068
7068
|
verificationType?: number | undefined;
|
7069
7069
|
chainId?: number | undefined;
|
@@ -7143,7 +7143,7 @@ declare const MergeUserNameProofBody: {
|
|
7143
7143
|
} | undefined;
|
7144
7144
|
verificationAddAddressBody?: {
|
7145
7145
|
address?: Uint8Array | undefined;
|
7146
|
-
|
7146
|
+
claimSignature?: Uint8Array | undefined;
|
7147
7147
|
blockHash?: Uint8Array | undefined;
|
7148
7148
|
verificationType?: number | undefined;
|
7149
7149
|
chainId?: number | undefined;
|
@@ -7268,14 +7268,14 @@ declare const MergeUserNameProofBody: {
|
|
7268
7268
|
} & { [K_55 in Exclude<keyof I_1["usernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
7269
7269
|
verificationAddAddressBody?: ({
|
7270
7270
|
address?: Uint8Array | undefined;
|
7271
|
-
|
7271
|
+
claimSignature?: Uint8Array | undefined;
|
7272
7272
|
blockHash?: Uint8Array | undefined;
|
7273
7273
|
verificationType?: number | undefined;
|
7274
7274
|
chainId?: number | undefined;
|
7275
7275
|
protocol?: Protocol | undefined;
|
7276
7276
|
} & {
|
7277
7277
|
address?: Uint8Array | undefined;
|
7278
|
-
|
7278
|
+
claimSignature?: Uint8Array | undefined;
|
7279
7279
|
blockHash?: Uint8Array | undefined;
|
7280
7280
|
verificationType?: number | undefined;
|
7281
7281
|
chainId?: number | undefined;
|
@@ -7384,7 +7384,7 @@ declare const MergeUserNameProofBody: {
|
|
7384
7384
|
} | undefined;
|
7385
7385
|
verificationAddAddressBody?: {
|
7386
7386
|
address?: Uint8Array | undefined;
|
7387
|
-
|
7387
|
+
claimSignature?: Uint8Array | undefined;
|
7388
7388
|
blockHash?: Uint8Array | undefined;
|
7389
7389
|
verificationType?: number | undefined;
|
7390
7390
|
chainId?: number | undefined;
|
@@ -7464,7 +7464,7 @@ declare const MergeUserNameProofBody: {
|
|
7464
7464
|
} | undefined;
|
7465
7465
|
verificationAddAddressBody?: {
|
7466
7466
|
address?: Uint8Array | undefined;
|
7467
|
-
|
7467
|
+
claimSignature?: Uint8Array | undefined;
|
7468
7468
|
blockHash?: Uint8Array | undefined;
|
7469
7469
|
verificationType?: number | undefined;
|
7470
7470
|
chainId?: number | undefined;
|
@@ -7589,14 +7589,14 @@ declare const MergeUserNameProofBody: {
|
|
7589
7589
|
} & { [K_75 in Exclude<keyof I_1["deletedUsernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
7590
7590
|
verificationAddAddressBody?: ({
|
7591
7591
|
address?: Uint8Array | undefined;
|
7592
|
-
|
7592
|
+
claimSignature?: Uint8Array | undefined;
|
7593
7593
|
blockHash?: Uint8Array | undefined;
|
7594
7594
|
verificationType?: number | undefined;
|
7595
7595
|
chainId?: number | undefined;
|
7596
7596
|
protocol?: Protocol | undefined;
|
7597
7597
|
} & {
|
7598
7598
|
address?: Uint8Array | undefined;
|
7599
|
-
|
7599
|
+
claimSignature?: Uint8Array | undefined;
|
7600
7600
|
blockHash?: Uint8Array | undefined;
|
7601
7601
|
verificationType?: number | undefined;
|
7602
7602
|
chainId?: number | undefined;
|
@@ -7735,7 +7735,7 @@ declare const HubEvent: {
|
|
7735
7735
|
} | undefined;
|
7736
7736
|
verificationAddAddressBody?: {
|
7737
7737
|
address?: Uint8Array | undefined;
|
7738
|
-
|
7738
|
+
claimSignature?: Uint8Array | undefined;
|
7739
7739
|
blockHash?: Uint8Array | undefined;
|
7740
7740
|
verificationType?: number | undefined;
|
7741
7741
|
chainId?: number | undefined;
|
@@ -7816,7 +7816,7 @@ declare const HubEvent: {
|
|
7816
7816
|
} | undefined;
|
7817
7817
|
verificationAddAddressBody?: {
|
7818
7818
|
address?: Uint8Array | undefined;
|
7819
|
-
|
7819
|
+
claimSignature?: Uint8Array | undefined;
|
7820
7820
|
blockHash?: Uint8Array | undefined;
|
7821
7821
|
verificationType?: number | undefined;
|
7822
7822
|
chainId?: number | undefined;
|
@@ -7899,7 +7899,7 @@ declare const HubEvent: {
|
|
7899
7899
|
} | undefined;
|
7900
7900
|
verificationAddAddressBody?: {
|
7901
7901
|
address?: Uint8Array | undefined;
|
7902
|
-
|
7902
|
+
claimSignature?: Uint8Array | undefined;
|
7903
7903
|
blockHash?: Uint8Array | undefined;
|
7904
7904
|
verificationType?: number | undefined;
|
7905
7905
|
chainId?: number | undefined;
|
@@ -7982,7 +7982,7 @@ declare const HubEvent: {
|
|
7982
7982
|
} | undefined;
|
7983
7983
|
verificationAddAddressBody?: {
|
7984
7984
|
address?: Uint8Array | undefined;
|
7985
|
-
|
7985
|
+
claimSignature?: Uint8Array | undefined;
|
7986
7986
|
blockHash?: Uint8Array | undefined;
|
7987
7987
|
verificationType?: number | undefined;
|
7988
7988
|
chainId?: number | undefined;
|
@@ -8081,7 +8081,7 @@ declare const HubEvent: {
|
|
8081
8081
|
} | undefined;
|
8082
8082
|
verificationAddAddressBody?: {
|
8083
8083
|
address?: Uint8Array | undefined;
|
8084
|
-
|
8084
|
+
claimSignature?: Uint8Array | undefined;
|
8085
8085
|
blockHash?: Uint8Array | undefined;
|
8086
8086
|
verificationType?: number | undefined;
|
8087
8087
|
chainId?: number | undefined;
|
@@ -8162,7 +8162,7 @@ declare const HubEvent: {
|
|
8162
8162
|
} | undefined;
|
8163
8163
|
verificationAddAddressBody?: {
|
8164
8164
|
address?: Uint8Array | undefined;
|
8165
|
-
|
8165
|
+
claimSignature?: Uint8Array | undefined;
|
8166
8166
|
blockHash?: Uint8Array | undefined;
|
8167
8167
|
verificationType?: number | undefined;
|
8168
8168
|
chainId?: number | undefined;
|
@@ -8283,7 +8283,7 @@ declare const HubEvent: {
|
|
8283
8283
|
} | undefined;
|
8284
8284
|
verificationAddAddressBody?: {
|
8285
8285
|
address?: Uint8Array | undefined;
|
8286
|
-
|
8286
|
+
claimSignature?: Uint8Array | undefined;
|
8287
8287
|
blockHash?: Uint8Array | undefined;
|
8288
8288
|
verificationType?: number | undefined;
|
8289
8289
|
chainId?: number | undefined;
|
@@ -8364,7 +8364,7 @@ declare const HubEvent: {
|
|
8364
8364
|
} | undefined;
|
8365
8365
|
verificationAddAddressBody?: {
|
8366
8366
|
address?: Uint8Array | undefined;
|
8367
|
-
|
8367
|
+
claimSignature?: Uint8Array | undefined;
|
8368
8368
|
blockHash?: Uint8Array | undefined;
|
8369
8369
|
verificationType?: number | undefined;
|
8370
8370
|
chainId?: number | undefined;
|
@@ -8446,7 +8446,7 @@ declare const HubEvent: {
|
|
8446
8446
|
} | undefined;
|
8447
8447
|
verificationAddAddressBody?: {
|
8448
8448
|
address?: Uint8Array | undefined;
|
8449
|
-
|
8449
|
+
claimSignature?: Uint8Array | undefined;
|
8450
8450
|
blockHash?: Uint8Array | undefined;
|
8451
8451
|
verificationType?: number | undefined;
|
8452
8452
|
chainId?: number | undefined;
|
@@ -8526,7 +8526,7 @@ declare const HubEvent: {
|
|
8526
8526
|
} | undefined;
|
8527
8527
|
verificationAddAddressBody?: {
|
8528
8528
|
address?: Uint8Array | undefined;
|
8529
|
-
|
8529
|
+
claimSignature?: Uint8Array | undefined;
|
8530
8530
|
blockHash?: Uint8Array | undefined;
|
8531
8531
|
verificationType?: number | undefined;
|
8532
8532
|
chainId?: number | undefined;
|
@@ -8651,14 +8651,14 @@ declare const HubEvent: {
|
|
8651
8651
|
} & { [K_10 in Exclude<keyof I["mergeMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
8652
8652
|
verificationAddAddressBody?: ({
|
8653
8653
|
address?: Uint8Array | undefined;
|
8654
|
-
|
8654
|
+
claimSignature?: Uint8Array | undefined;
|
8655
8655
|
blockHash?: Uint8Array | undefined;
|
8656
8656
|
verificationType?: number | undefined;
|
8657
8657
|
chainId?: number | undefined;
|
8658
8658
|
protocol?: Protocol | undefined;
|
8659
8659
|
} & {
|
8660
8660
|
address?: Uint8Array | undefined;
|
8661
|
-
|
8661
|
+
claimSignature?: Uint8Array | undefined;
|
8662
8662
|
blockHash?: Uint8Array | undefined;
|
8663
8663
|
verificationType?: number | undefined;
|
8664
8664
|
chainId?: number | undefined;
|
@@ -8767,7 +8767,7 @@ declare const HubEvent: {
|
|
8767
8767
|
} | undefined;
|
8768
8768
|
verificationAddAddressBody?: {
|
8769
8769
|
address?: Uint8Array | undefined;
|
8770
|
-
|
8770
|
+
claimSignature?: Uint8Array | undefined;
|
8771
8771
|
blockHash?: Uint8Array | undefined;
|
8772
8772
|
verificationType?: number | undefined;
|
8773
8773
|
chainId?: number | undefined;
|
@@ -8847,7 +8847,7 @@ declare const HubEvent: {
|
|
8847
8847
|
} | undefined;
|
8848
8848
|
verificationAddAddressBody?: {
|
8849
8849
|
address?: Uint8Array | undefined;
|
8850
|
-
|
8850
|
+
claimSignature?: Uint8Array | undefined;
|
8851
8851
|
blockHash?: Uint8Array | undefined;
|
8852
8852
|
verificationType?: number | undefined;
|
8853
8853
|
chainId?: number | undefined;
|
@@ -8927,7 +8927,7 @@ declare const HubEvent: {
|
|
8927
8927
|
} | undefined;
|
8928
8928
|
verificationAddAddressBody?: {
|
8929
8929
|
address?: Uint8Array | undefined;
|
8930
|
-
|
8930
|
+
claimSignature?: Uint8Array | undefined;
|
8931
8931
|
blockHash?: Uint8Array | undefined;
|
8932
8932
|
verificationType?: number | undefined;
|
8933
8933
|
chainId?: number | undefined;
|
@@ -9052,14 +9052,14 @@ declare const HubEvent: {
|
|
9052
9052
|
} & { [K_30 in Exclude<keyof I["mergeMessageBody"]["deletedMessages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
9053
9053
|
verificationAddAddressBody?: ({
|
9054
9054
|
address?: Uint8Array | undefined;
|
9055
|
-
|
9055
|
+
claimSignature?: Uint8Array | undefined;
|
9056
9056
|
blockHash?: Uint8Array | undefined;
|
9057
9057
|
verificationType?: number | undefined;
|
9058
9058
|
chainId?: number | undefined;
|
9059
9059
|
protocol?: Protocol | undefined;
|
9060
9060
|
} & {
|
9061
9061
|
address?: Uint8Array | undefined;
|
9062
|
-
|
9062
|
+
claimSignature?: Uint8Array | undefined;
|
9063
9063
|
blockHash?: Uint8Array | undefined;
|
9064
9064
|
verificationType?: number | undefined;
|
9065
9065
|
chainId?: number | undefined;
|
@@ -9167,7 +9167,7 @@ declare const HubEvent: {
|
|
9167
9167
|
} | undefined;
|
9168
9168
|
verificationAddAddressBody?: {
|
9169
9169
|
address?: Uint8Array | undefined;
|
9170
|
-
|
9170
|
+
claimSignature?: Uint8Array | undefined;
|
9171
9171
|
blockHash?: Uint8Array | undefined;
|
9172
9172
|
verificationType?: number | undefined;
|
9173
9173
|
chainId?: number | undefined;
|
@@ -9250,7 +9250,7 @@ declare const HubEvent: {
|
|
9250
9250
|
} | undefined;
|
9251
9251
|
verificationAddAddressBody?: {
|
9252
9252
|
address?: Uint8Array | undefined;
|
9253
|
-
|
9253
|
+
claimSignature?: Uint8Array | undefined;
|
9254
9254
|
blockHash?: Uint8Array | undefined;
|
9255
9255
|
verificationType?: number | undefined;
|
9256
9256
|
chainId?: number | undefined;
|
@@ -9332,7 +9332,7 @@ declare const HubEvent: {
|
|
9332
9332
|
} | undefined;
|
9333
9333
|
verificationAddAddressBody?: {
|
9334
9334
|
address?: Uint8Array | undefined;
|
9335
|
-
|
9335
|
+
claimSignature?: Uint8Array | undefined;
|
9336
9336
|
blockHash?: Uint8Array | undefined;
|
9337
9337
|
verificationType?: number | undefined;
|
9338
9338
|
chainId?: number | undefined;
|
@@ -9412,7 +9412,7 @@ declare const HubEvent: {
|
|
9412
9412
|
} | undefined;
|
9413
9413
|
verificationAddAddressBody?: {
|
9414
9414
|
address?: Uint8Array | undefined;
|
9415
|
-
|
9415
|
+
claimSignature?: Uint8Array | undefined;
|
9416
9416
|
blockHash?: Uint8Array | undefined;
|
9417
9417
|
verificationType?: number | undefined;
|
9418
9418
|
chainId?: number | undefined;
|
@@ -9537,14 +9537,14 @@ declare const HubEvent: {
|
|
9537
9537
|
} & { [K_52 in Exclude<keyof I["pruneMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
9538
9538
|
verificationAddAddressBody?: ({
|
9539
9539
|
address?: Uint8Array | undefined;
|
9540
|
-
|
9540
|
+
claimSignature?: Uint8Array | undefined;
|
9541
9541
|
blockHash?: Uint8Array | undefined;
|
9542
9542
|
verificationType?: number | undefined;
|
9543
9543
|
chainId?: number | undefined;
|
9544
9544
|
protocol?: Protocol | undefined;
|
9545
9545
|
} & {
|
9546
9546
|
address?: Uint8Array | undefined;
|
9547
|
-
|
9547
|
+
claimSignature?: Uint8Array | undefined;
|
9548
9548
|
blockHash?: Uint8Array | undefined;
|
9549
9549
|
verificationType?: number | undefined;
|
9550
9550
|
chainId?: number | undefined;
|
@@ -9655,7 +9655,7 @@ declare const HubEvent: {
|
|
9655
9655
|
} | undefined;
|
9656
9656
|
verificationAddAddressBody?: {
|
9657
9657
|
address?: Uint8Array | undefined;
|
9658
|
-
|
9658
|
+
claimSignature?: Uint8Array | undefined;
|
9659
9659
|
blockHash?: Uint8Array | undefined;
|
9660
9660
|
verificationType?: number | undefined;
|
9661
9661
|
chainId?: number | undefined;
|
@@ -9737,7 +9737,7 @@ declare const HubEvent: {
|
|
9737
9737
|
} | undefined;
|
9738
9738
|
verificationAddAddressBody?: {
|
9739
9739
|
address?: Uint8Array | undefined;
|
9740
|
-
|
9740
|
+
claimSignature?: Uint8Array | undefined;
|
9741
9741
|
blockHash?: Uint8Array | undefined;
|
9742
9742
|
verificationType?: number | undefined;
|
9743
9743
|
chainId?: number | undefined;
|
@@ -9817,7 +9817,7 @@ declare const HubEvent: {
|
|
9817
9817
|
} | undefined;
|
9818
9818
|
verificationAddAddressBody?: {
|
9819
9819
|
address?: Uint8Array | undefined;
|
9820
|
-
|
9820
|
+
claimSignature?: Uint8Array | undefined;
|
9821
9821
|
blockHash?: Uint8Array | undefined;
|
9822
9822
|
verificationType?: number | undefined;
|
9823
9823
|
chainId?: number | undefined;
|
@@ -9942,14 +9942,14 @@ declare const HubEvent: {
|
|
9942
9942
|
} & { [K_73 in Exclude<keyof I["revokeMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
9943
9943
|
verificationAddAddressBody?: ({
|
9944
9944
|
address?: Uint8Array | undefined;
|
9945
|
-
|
9945
|
+
claimSignature?: Uint8Array | undefined;
|
9946
9946
|
blockHash?: Uint8Array | undefined;
|
9947
9947
|
verificationType?: number | undefined;
|
9948
9948
|
chainId?: number | undefined;
|
9949
9949
|
protocol?: Protocol | undefined;
|
9950
9950
|
} & {
|
9951
9951
|
address?: Uint8Array | undefined;
|
9952
|
-
|
9952
|
+
claimSignature?: Uint8Array | undefined;
|
9953
9953
|
blockHash?: Uint8Array | undefined;
|
9954
9954
|
verificationType?: number | undefined;
|
9955
9955
|
chainId?: number | undefined;
|
@@ -10076,7 +10076,7 @@ declare const HubEvent: {
|
|
10076
10076
|
} | undefined;
|
10077
10077
|
verificationAddAddressBody?: {
|
10078
10078
|
address?: Uint8Array | undefined;
|
10079
|
-
|
10079
|
+
claimSignature?: Uint8Array | undefined;
|
10080
10080
|
blockHash?: Uint8Array | undefined;
|
10081
10081
|
verificationType?: number | undefined;
|
10082
10082
|
chainId?: number | undefined;
|
@@ -10157,7 +10157,7 @@ declare const HubEvent: {
|
|
10157
10157
|
} | undefined;
|
10158
10158
|
verificationAddAddressBody?: {
|
10159
10159
|
address?: Uint8Array | undefined;
|
10160
|
-
|
10160
|
+
claimSignature?: Uint8Array | undefined;
|
10161
10161
|
blockHash?: Uint8Array | undefined;
|
10162
10162
|
verificationType?: number | undefined;
|
10163
10163
|
chainId?: number | undefined;
|
@@ -10269,7 +10269,7 @@ declare const HubEvent: {
|
|
10269
10269
|
} | undefined;
|
10270
10270
|
verificationAddAddressBody?: {
|
10271
10271
|
address?: Uint8Array | undefined;
|
10272
|
-
|
10272
|
+
claimSignature?: Uint8Array | undefined;
|
10273
10273
|
blockHash?: Uint8Array | undefined;
|
10274
10274
|
verificationType?: number | undefined;
|
10275
10275
|
chainId?: number | undefined;
|
@@ -10349,7 +10349,7 @@ declare const HubEvent: {
|
|
10349
10349
|
} | undefined;
|
10350
10350
|
verificationAddAddressBody?: {
|
10351
10351
|
address?: Uint8Array | undefined;
|
10352
|
-
|
10352
|
+
claimSignature?: Uint8Array | undefined;
|
10353
10353
|
blockHash?: Uint8Array | undefined;
|
10354
10354
|
verificationType?: number | undefined;
|
10355
10355
|
chainId?: number | undefined;
|
@@ -10474,14 +10474,14 @@ declare const HubEvent: {
|
|
10474
10474
|
} & { [K_96 in Exclude<keyof I["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
10475
10475
|
verificationAddAddressBody?: ({
|
10476
10476
|
address?: Uint8Array | undefined;
|
10477
|
-
|
10477
|
+
claimSignature?: Uint8Array | undefined;
|
10478
10478
|
blockHash?: Uint8Array | undefined;
|
10479
10479
|
verificationType?: number | undefined;
|
10480
10480
|
chainId?: number | undefined;
|
10481
10481
|
protocol?: Protocol | undefined;
|
10482
10482
|
} & {
|
10483
10483
|
address?: Uint8Array | undefined;
|
10484
|
-
|
10484
|
+
claimSignature?: Uint8Array | undefined;
|
10485
10485
|
blockHash?: Uint8Array | undefined;
|
10486
10486
|
verificationType?: number | undefined;
|
10487
10487
|
chainId?: number | undefined;
|
@@ -10590,7 +10590,7 @@ declare const HubEvent: {
|
|
10590
10590
|
} | undefined;
|
10591
10591
|
verificationAddAddressBody?: {
|
10592
10592
|
address?: Uint8Array | undefined;
|
10593
|
-
|
10593
|
+
claimSignature?: Uint8Array | undefined;
|
10594
10594
|
blockHash?: Uint8Array | undefined;
|
10595
10595
|
verificationType?: number | undefined;
|
10596
10596
|
chainId?: number | undefined;
|
@@ -10670,7 +10670,7 @@ declare const HubEvent: {
|
|
10670
10670
|
} | undefined;
|
10671
10671
|
verificationAddAddressBody?: {
|
10672
10672
|
address?: Uint8Array | undefined;
|
10673
|
-
|
10673
|
+
claimSignature?: Uint8Array | undefined;
|
10674
10674
|
blockHash?: Uint8Array | undefined;
|
10675
10675
|
verificationType?: number | undefined;
|
10676
10676
|
chainId?: number | undefined;
|
@@ -10795,14 +10795,14 @@ declare const HubEvent: {
|
|
10795
10795
|
} & { [K_116 in Exclude<keyof I["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
10796
10796
|
verificationAddAddressBody?: ({
|
10797
10797
|
address?: Uint8Array | undefined;
|
10798
|
-
|
10798
|
+
claimSignature?: Uint8Array | undefined;
|
10799
10799
|
blockHash?: Uint8Array | undefined;
|
10800
10800
|
verificationType?: number | undefined;
|
10801
10801
|
chainId?: number | undefined;
|
10802
10802
|
protocol?: Protocol | undefined;
|
10803
10803
|
} & {
|
10804
10804
|
address?: Uint8Array | undefined;
|
10805
|
-
|
10805
|
+
claimSignature?: Uint8Array | undefined;
|
10806
10806
|
blockHash?: Uint8Array | undefined;
|
10807
10807
|
verificationType?: number | undefined;
|
10808
10808
|
chainId?: number | undefined;
|
@@ -11035,7 +11035,7 @@ declare const HubEvent: {
|
|
11035
11035
|
} | undefined;
|
11036
11036
|
verificationAddAddressBody?: {
|
11037
11037
|
address?: Uint8Array | undefined;
|
11038
|
-
|
11038
|
+
claimSignature?: Uint8Array | undefined;
|
11039
11039
|
blockHash?: Uint8Array | undefined;
|
11040
11040
|
verificationType?: number | undefined;
|
11041
11041
|
chainId?: number | undefined;
|
@@ -11116,7 +11116,7 @@ declare const HubEvent: {
|
|
11116
11116
|
} | undefined;
|
11117
11117
|
verificationAddAddressBody?: {
|
11118
11118
|
address?: Uint8Array | undefined;
|
11119
|
-
|
11119
|
+
claimSignature?: Uint8Array | undefined;
|
11120
11120
|
blockHash?: Uint8Array | undefined;
|
11121
11121
|
verificationType?: number | undefined;
|
11122
11122
|
chainId?: number | undefined;
|
@@ -11199,7 +11199,7 @@ declare const HubEvent: {
|
|
11199
11199
|
} | undefined;
|
11200
11200
|
verificationAddAddressBody?: {
|
11201
11201
|
address?: Uint8Array | undefined;
|
11202
|
-
|
11202
|
+
claimSignature?: Uint8Array | undefined;
|
11203
11203
|
blockHash?: Uint8Array | undefined;
|
11204
11204
|
verificationType?: number | undefined;
|
11205
11205
|
chainId?: number | undefined;
|
@@ -11282,7 +11282,7 @@ declare const HubEvent: {
|
|
11282
11282
|
} | undefined;
|
11283
11283
|
verificationAddAddressBody?: {
|
11284
11284
|
address?: Uint8Array | undefined;
|
11285
|
-
|
11285
|
+
claimSignature?: Uint8Array | undefined;
|
11286
11286
|
blockHash?: Uint8Array | undefined;
|
11287
11287
|
verificationType?: number | undefined;
|
11288
11288
|
chainId?: number | undefined;
|
@@ -11381,7 +11381,7 @@ declare const HubEvent: {
|
|
11381
11381
|
} | undefined;
|
11382
11382
|
verificationAddAddressBody?: {
|
11383
11383
|
address?: Uint8Array | undefined;
|
11384
|
-
|
11384
|
+
claimSignature?: Uint8Array | undefined;
|
11385
11385
|
blockHash?: Uint8Array | undefined;
|
11386
11386
|
verificationType?: number | undefined;
|
11387
11387
|
chainId?: number | undefined;
|
@@ -11462,7 +11462,7 @@ declare const HubEvent: {
|
|
11462
11462
|
} | undefined;
|
11463
11463
|
verificationAddAddressBody?: {
|
11464
11464
|
address?: Uint8Array | undefined;
|
11465
|
-
|
11465
|
+
claimSignature?: Uint8Array | undefined;
|
11466
11466
|
blockHash?: Uint8Array | undefined;
|
11467
11467
|
verificationType?: number | undefined;
|
11468
11468
|
chainId?: number | undefined;
|
@@ -11583,7 +11583,7 @@ declare const HubEvent: {
|
|
11583
11583
|
} | undefined;
|
11584
11584
|
verificationAddAddressBody?: {
|
11585
11585
|
address?: Uint8Array | undefined;
|
11586
|
-
|
11586
|
+
claimSignature?: Uint8Array | undefined;
|
11587
11587
|
blockHash?: Uint8Array | undefined;
|
11588
11588
|
verificationType?: number | undefined;
|
11589
11589
|
chainId?: number | undefined;
|
@@ -11664,7 +11664,7 @@ declare const HubEvent: {
|
|
11664
11664
|
} | undefined;
|
11665
11665
|
verificationAddAddressBody?: {
|
11666
11666
|
address?: Uint8Array | undefined;
|
11667
|
-
|
11667
|
+
claimSignature?: Uint8Array | undefined;
|
11668
11668
|
blockHash?: Uint8Array | undefined;
|
11669
11669
|
verificationType?: number | undefined;
|
11670
11670
|
chainId?: number | undefined;
|
@@ -11746,7 +11746,7 @@ declare const HubEvent: {
|
|
11746
11746
|
} | undefined;
|
11747
11747
|
verificationAddAddressBody?: {
|
11748
11748
|
address?: Uint8Array | undefined;
|
11749
|
-
|
11749
|
+
claimSignature?: Uint8Array | undefined;
|
11750
11750
|
blockHash?: Uint8Array | undefined;
|
11751
11751
|
verificationType?: number | undefined;
|
11752
11752
|
chainId?: number | undefined;
|
@@ -11826,7 +11826,7 @@ declare const HubEvent: {
|
|
11826
11826
|
} | undefined;
|
11827
11827
|
verificationAddAddressBody?: {
|
11828
11828
|
address?: Uint8Array | undefined;
|
11829
|
-
|
11829
|
+
claimSignature?: Uint8Array | undefined;
|
11830
11830
|
blockHash?: Uint8Array | undefined;
|
11831
11831
|
verificationType?: number | undefined;
|
11832
11832
|
chainId?: number | undefined;
|
@@ -11951,14 +11951,14 @@ declare const HubEvent: {
|
|
11951
11951
|
} & { [K_144 in Exclude<keyof I_1["mergeMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
11952
11952
|
verificationAddAddressBody?: ({
|
11953
11953
|
address?: Uint8Array | undefined;
|
11954
|
-
|
11954
|
+
claimSignature?: Uint8Array | undefined;
|
11955
11955
|
blockHash?: Uint8Array | undefined;
|
11956
11956
|
verificationType?: number | undefined;
|
11957
11957
|
chainId?: number | undefined;
|
11958
11958
|
protocol?: Protocol | undefined;
|
11959
11959
|
} & {
|
11960
11960
|
address?: Uint8Array | undefined;
|
11961
|
-
|
11961
|
+
claimSignature?: Uint8Array | undefined;
|
11962
11962
|
blockHash?: Uint8Array | undefined;
|
11963
11963
|
verificationType?: number | undefined;
|
11964
11964
|
chainId?: number | undefined;
|
@@ -12067,7 +12067,7 @@ declare const HubEvent: {
|
|
12067
12067
|
} | undefined;
|
12068
12068
|
verificationAddAddressBody?: {
|
12069
12069
|
address?: Uint8Array | undefined;
|
12070
|
-
|
12070
|
+
claimSignature?: Uint8Array | undefined;
|
12071
12071
|
blockHash?: Uint8Array | undefined;
|
12072
12072
|
verificationType?: number | undefined;
|
12073
12073
|
chainId?: number | undefined;
|
@@ -12147,7 +12147,7 @@ declare const HubEvent: {
|
|
12147
12147
|
} | undefined;
|
12148
12148
|
verificationAddAddressBody?: {
|
12149
12149
|
address?: Uint8Array | undefined;
|
12150
|
-
|
12150
|
+
claimSignature?: Uint8Array | undefined;
|
12151
12151
|
blockHash?: Uint8Array | undefined;
|
12152
12152
|
verificationType?: number | undefined;
|
12153
12153
|
chainId?: number | undefined;
|
@@ -12227,7 +12227,7 @@ declare const HubEvent: {
|
|
12227
12227
|
} | undefined;
|
12228
12228
|
verificationAddAddressBody?: {
|
12229
12229
|
address?: Uint8Array | undefined;
|
12230
|
-
|
12230
|
+
claimSignature?: Uint8Array | undefined;
|
12231
12231
|
blockHash?: Uint8Array | undefined;
|
12232
12232
|
verificationType?: number | undefined;
|
12233
12233
|
chainId?: number | undefined;
|
@@ -12352,14 +12352,14 @@ declare const HubEvent: {
|
|
12352
12352
|
} & { [K_164 in Exclude<keyof I_1["mergeMessageBody"]["deletedMessages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
12353
12353
|
verificationAddAddressBody?: ({
|
12354
12354
|
address?: Uint8Array | undefined;
|
12355
|
-
|
12355
|
+
claimSignature?: Uint8Array | undefined;
|
12356
12356
|
blockHash?: Uint8Array | undefined;
|
12357
12357
|
verificationType?: number | undefined;
|
12358
12358
|
chainId?: number | undefined;
|
12359
12359
|
protocol?: Protocol | undefined;
|
12360
12360
|
} & {
|
12361
12361
|
address?: Uint8Array | undefined;
|
12362
|
-
|
12362
|
+
claimSignature?: Uint8Array | undefined;
|
12363
12363
|
blockHash?: Uint8Array | undefined;
|
12364
12364
|
verificationType?: number | undefined;
|
12365
12365
|
chainId?: number | undefined;
|
@@ -12467,7 +12467,7 @@ declare const HubEvent: {
|
|
12467
12467
|
} | undefined;
|
12468
12468
|
verificationAddAddressBody?: {
|
12469
12469
|
address?: Uint8Array | undefined;
|
12470
|
-
|
12470
|
+
claimSignature?: Uint8Array | undefined;
|
12471
12471
|
blockHash?: Uint8Array | undefined;
|
12472
12472
|
verificationType?: number | undefined;
|
12473
12473
|
chainId?: number | undefined;
|
@@ -12550,7 +12550,7 @@ declare const HubEvent: {
|
|
12550
12550
|
} | undefined;
|
12551
12551
|
verificationAddAddressBody?: {
|
12552
12552
|
address?: Uint8Array | undefined;
|
12553
|
-
|
12553
|
+
claimSignature?: Uint8Array | undefined;
|
12554
12554
|
blockHash?: Uint8Array | undefined;
|
12555
12555
|
verificationType?: number | undefined;
|
12556
12556
|
chainId?: number | undefined;
|
@@ -12632,7 +12632,7 @@ declare const HubEvent: {
|
|
12632
12632
|
} | undefined;
|
12633
12633
|
verificationAddAddressBody?: {
|
12634
12634
|
address?: Uint8Array | undefined;
|
12635
|
-
|
12635
|
+
claimSignature?: Uint8Array | undefined;
|
12636
12636
|
blockHash?: Uint8Array | undefined;
|
12637
12637
|
verificationType?: number | undefined;
|
12638
12638
|
chainId?: number | undefined;
|
@@ -12712,7 +12712,7 @@ declare const HubEvent: {
|
|
12712
12712
|
} | undefined;
|
12713
12713
|
verificationAddAddressBody?: {
|
12714
12714
|
address?: Uint8Array | undefined;
|
12715
|
-
|
12715
|
+
claimSignature?: Uint8Array | undefined;
|
12716
12716
|
blockHash?: Uint8Array | undefined;
|
12717
12717
|
verificationType?: number | undefined;
|
12718
12718
|
chainId?: number | undefined;
|
@@ -12837,14 +12837,14 @@ declare const HubEvent: {
|
|
12837
12837
|
} & { [K_186 in Exclude<keyof I_1["pruneMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
12838
12838
|
verificationAddAddressBody?: ({
|
12839
12839
|
address?: Uint8Array | undefined;
|
12840
|
-
|
12840
|
+
claimSignature?: Uint8Array | undefined;
|
12841
12841
|
blockHash?: Uint8Array | undefined;
|
12842
12842
|
verificationType?: number | undefined;
|
12843
12843
|
chainId?: number | undefined;
|
12844
12844
|
protocol?: Protocol | undefined;
|
12845
12845
|
} & {
|
12846
12846
|
address?: Uint8Array | undefined;
|
12847
|
-
|
12847
|
+
claimSignature?: Uint8Array | undefined;
|
12848
12848
|
blockHash?: Uint8Array | undefined;
|
12849
12849
|
verificationType?: number | undefined;
|
12850
12850
|
chainId?: number | undefined;
|
@@ -12955,7 +12955,7 @@ declare const HubEvent: {
|
|
12955
12955
|
} | undefined;
|
12956
12956
|
verificationAddAddressBody?: {
|
12957
12957
|
address?: Uint8Array | undefined;
|
12958
|
-
|
12958
|
+
claimSignature?: Uint8Array | undefined;
|
12959
12959
|
blockHash?: Uint8Array | undefined;
|
12960
12960
|
verificationType?: number | undefined;
|
12961
12961
|
chainId?: number | undefined;
|
@@ -13037,7 +13037,7 @@ declare const HubEvent: {
|
|
13037
13037
|
} | undefined;
|
13038
13038
|
verificationAddAddressBody?: {
|
13039
13039
|
address?: Uint8Array | undefined;
|
13040
|
-
|
13040
|
+
claimSignature?: Uint8Array | undefined;
|
13041
13041
|
blockHash?: Uint8Array | undefined;
|
13042
13042
|
verificationType?: number | undefined;
|
13043
13043
|
chainId?: number | undefined;
|
@@ -13117,7 +13117,7 @@ declare const HubEvent: {
|
|
13117
13117
|
} | undefined;
|
13118
13118
|
verificationAddAddressBody?: {
|
13119
13119
|
address?: Uint8Array | undefined;
|
13120
|
-
|
13120
|
+
claimSignature?: Uint8Array | undefined;
|
13121
13121
|
blockHash?: Uint8Array | undefined;
|
13122
13122
|
verificationType?: number | undefined;
|
13123
13123
|
chainId?: number | undefined;
|
@@ -13242,14 +13242,14 @@ declare const HubEvent: {
|
|
13242
13242
|
} & { [K_207 in Exclude<keyof I_1["revokeMessageBody"]["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
13243
13243
|
verificationAddAddressBody?: ({
|
13244
13244
|
address?: Uint8Array | undefined;
|
13245
|
-
|
13245
|
+
claimSignature?: Uint8Array | undefined;
|
13246
13246
|
blockHash?: Uint8Array | undefined;
|
13247
13247
|
verificationType?: number | undefined;
|
13248
13248
|
chainId?: number | undefined;
|
13249
13249
|
protocol?: Protocol | undefined;
|
13250
13250
|
} & {
|
13251
13251
|
address?: Uint8Array | undefined;
|
13252
|
-
|
13252
|
+
claimSignature?: Uint8Array | undefined;
|
13253
13253
|
blockHash?: Uint8Array | undefined;
|
13254
13254
|
verificationType?: number | undefined;
|
13255
13255
|
chainId?: number | undefined;
|
@@ -13376,7 +13376,7 @@ declare const HubEvent: {
|
|
13376
13376
|
} | undefined;
|
13377
13377
|
verificationAddAddressBody?: {
|
13378
13378
|
address?: Uint8Array | undefined;
|
13379
|
-
|
13379
|
+
claimSignature?: Uint8Array | undefined;
|
13380
13380
|
blockHash?: Uint8Array | undefined;
|
13381
13381
|
verificationType?: number | undefined;
|
13382
13382
|
chainId?: number | undefined;
|
@@ -13457,7 +13457,7 @@ declare const HubEvent: {
|
|
13457
13457
|
} | undefined;
|
13458
13458
|
verificationAddAddressBody?: {
|
13459
13459
|
address?: Uint8Array | undefined;
|
13460
|
-
|
13460
|
+
claimSignature?: Uint8Array | undefined;
|
13461
13461
|
blockHash?: Uint8Array | undefined;
|
13462
13462
|
verificationType?: number | undefined;
|
13463
13463
|
chainId?: number | undefined;
|
@@ -13569,7 +13569,7 @@ declare const HubEvent: {
|
|
13569
13569
|
} | undefined;
|
13570
13570
|
verificationAddAddressBody?: {
|
13571
13571
|
address?: Uint8Array | undefined;
|
13572
|
-
|
13572
|
+
claimSignature?: Uint8Array | undefined;
|
13573
13573
|
blockHash?: Uint8Array | undefined;
|
13574
13574
|
verificationType?: number | undefined;
|
13575
13575
|
chainId?: number | undefined;
|
@@ -13649,7 +13649,7 @@ declare const HubEvent: {
|
|
13649
13649
|
} | undefined;
|
13650
13650
|
verificationAddAddressBody?: {
|
13651
13651
|
address?: Uint8Array | undefined;
|
13652
|
-
|
13652
|
+
claimSignature?: Uint8Array | undefined;
|
13653
13653
|
blockHash?: Uint8Array | undefined;
|
13654
13654
|
verificationType?: number | undefined;
|
13655
13655
|
chainId?: number | undefined;
|
@@ -13774,14 +13774,14 @@ declare const HubEvent: {
|
|
13774
13774
|
} & { [K_230 in Exclude<keyof I_1["mergeUsernameProofBody"]["usernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
13775
13775
|
verificationAddAddressBody?: ({
|
13776
13776
|
address?: Uint8Array | undefined;
|
13777
|
-
|
13777
|
+
claimSignature?: Uint8Array | undefined;
|
13778
13778
|
blockHash?: Uint8Array | undefined;
|
13779
13779
|
verificationType?: number | undefined;
|
13780
13780
|
chainId?: number | undefined;
|
13781
13781
|
protocol?: Protocol | undefined;
|
13782
13782
|
} & {
|
13783
13783
|
address?: Uint8Array | undefined;
|
13784
|
-
|
13784
|
+
claimSignature?: Uint8Array | undefined;
|
13785
13785
|
blockHash?: Uint8Array | undefined;
|
13786
13786
|
verificationType?: number | undefined;
|
13787
13787
|
chainId?: number | undefined;
|
@@ -13890,7 +13890,7 @@ declare const HubEvent: {
|
|
13890
13890
|
} | undefined;
|
13891
13891
|
verificationAddAddressBody?: {
|
13892
13892
|
address?: Uint8Array | undefined;
|
13893
|
-
|
13893
|
+
claimSignature?: Uint8Array | undefined;
|
13894
13894
|
blockHash?: Uint8Array | undefined;
|
13895
13895
|
verificationType?: number | undefined;
|
13896
13896
|
chainId?: number | undefined;
|
@@ -13970,7 +13970,7 @@ declare const HubEvent: {
|
|
13970
13970
|
} | undefined;
|
13971
13971
|
verificationAddAddressBody?: {
|
13972
13972
|
address?: Uint8Array | undefined;
|
13973
|
-
|
13973
|
+
claimSignature?: Uint8Array | undefined;
|
13974
13974
|
blockHash?: Uint8Array | undefined;
|
13975
13975
|
verificationType?: number | undefined;
|
13976
13976
|
chainId?: number | undefined;
|
@@ -14095,14 +14095,14 @@ declare const HubEvent: {
|
|
14095
14095
|
} & { [K_250 in Exclude<keyof I_1["mergeUsernameProofBody"]["deletedUsernameProofMessage"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
14096
14096
|
verificationAddAddressBody?: ({
|
14097
14097
|
address?: Uint8Array | undefined;
|
14098
|
-
|
14098
|
+
claimSignature?: Uint8Array | undefined;
|
14099
14099
|
blockHash?: Uint8Array | undefined;
|
14100
14100
|
verificationType?: number | undefined;
|
14101
14101
|
chainId?: number | undefined;
|
14102
14102
|
protocol?: Protocol | undefined;
|
14103
14103
|
} & {
|
14104
14104
|
address?: Uint8Array | undefined;
|
14105
|
-
|
14105
|
+
claimSignature?: Uint8Array | undefined;
|
14106
14106
|
blockHash?: Uint8Array | undefined;
|
14107
14107
|
verificationType?: number | undefined;
|
14108
14108
|
chainId?: number | undefined;
|
@@ -15137,7 +15137,7 @@ declare const MessagesResponse: {
|
|
15137
15137
|
} | undefined;
|
15138
15138
|
verificationAddAddressBody?: {
|
15139
15139
|
address?: Uint8Array | undefined;
|
15140
|
-
|
15140
|
+
claimSignature?: Uint8Array | undefined;
|
15141
15141
|
blockHash?: Uint8Array | undefined;
|
15142
15142
|
verificationType?: number | undefined;
|
15143
15143
|
chainId?: number | undefined;
|
@@ -15220,7 +15220,7 @@ declare const MessagesResponse: {
|
|
15220
15220
|
} | undefined;
|
15221
15221
|
verificationAddAddressBody?: {
|
15222
15222
|
address?: Uint8Array | undefined;
|
15223
|
-
|
15223
|
+
claimSignature?: Uint8Array | undefined;
|
15224
15224
|
blockHash?: Uint8Array | undefined;
|
15225
15225
|
verificationType?: number | undefined;
|
15226
15226
|
chainId?: number | undefined;
|
@@ -15300,7 +15300,7 @@ declare const MessagesResponse: {
|
|
15300
15300
|
} | undefined;
|
15301
15301
|
verificationAddAddressBody?: {
|
15302
15302
|
address?: Uint8Array | undefined;
|
15303
|
-
|
15303
|
+
claimSignature?: Uint8Array | undefined;
|
15304
15304
|
blockHash?: Uint8Array | undefined;
|
15305
15305
|
verificationType?: number | undefined;
|
15306
15306
|
chainId?: number | undefined;
|
@@ -15380,7 +15380,7 @@ declare const MessagesResponse: {
|
|
15380
15380
|
} | undefined;
|
15381
15381
|
verificationAddAddressBody?: {
|
15382
15382
|
address?: Uint8Array | undefined;
|
15383
|
-
|
15383
|
+
claimSignature?: Uint8Array | undefined;
|
15384
15384
|
blockHash?: Uint8Array | undefined;
|
15385
15385
|
verificationType?: number | undefined;
|
15386
15386
|
chainId?: number | undefined;
|
@@ -15505,14 +15505,14 @@ declare const MessagesResponse: {
|
|
15505
15505
|
} & { [K_10 in Exclude<keyof I["messages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
15506
15506
|
verificationAddAddressBody?: ({
|
15507
15507
|
address?: Uint8Array | undefined;
|
15508
|
-
|
15508
|
+
claimSignature?: Uint8Array | undefined;
|
15509
15509
|
blockHash?: Uint8Array | undefined;
|
15510
15510
|
verificationType?: number | undefined;
|
15511
15511
|
chainId?: number | undefined;
|
15512
15512
|
protocol?: Protocol | undefined;
|
15513
15513
|
} & {
|
15514
15514
|
address?: Uint8Array | undefined;
|
15515
|
-
|
15515
|
+
claimSignature?: Uint8Array | undefined;
|
15516
15516
|
blockHash?: Uint8Array | undefined;
|
15517
15517
|
verificationType?: number | undefined;
|
15518
15518
|
chainId?: number | undefined;
|
@@ -15620,7 +15620,7 @@ declare const MessagesResponse: {
|
|
15620
15620
|
} | undefined;
|
15621
15621
|
verificationAddAddressBody?: {
|
15622
15622
|
address?: Uint8Array | undefined;
|
15623
|
-
|
15623
|
+
claimSignature?: Uint8Array | undefined;
|
15624
15624
|
blockHash?: Uint8Array | undefined;
|
15625
15625
|
verificationType?: number | undefined;
|
15626
15626
|
chainId?: number | undefined;
|
@@ -15704,7 +15704,7 @@ declare const MessagesResponse: {
|
|
15704
15704
|
} | undefined;
|
15705
15705
|
verificationAddAddressBody?: {
|
15706
15706
|
address?: Uint8Array | undefined;
|
15707
|
-
|
15707
|
+
claimSignature?: Uint8Array | undefined;
|
15708
15708
|
blockHash?: Uint8Array | undefined;
|
15709
15709
|
verificationType?: number | undefined;
|
15710
15710
|
chainId?: number | undefined;
|
@@ -15787,7 +15787,7 @@ declare const MessagesResponse: {
|
|
15787
15787
|
} | undefined;
|
15788
15788
|
verificationAddAddressBody?: {
|
15789
15789
|
address?: Uint8Array | undefined;
|
15790
|
-
|
15790
|
+
claimSignature?: Uint8Array | undefined;
|
15791
15791
|
blockHash?: Uint8Array | undefined;
|
15792
15792
|
verificationType?: number | undefined;
|
15793
15793
|
chainId?: number | undefined;
|
@@ -15867,7 +15867,7 @@ declare const MessagesResponse: {
|
|
15867
15867
|
} | undefined;
|
15868
15868
|
verificationAddAddressBody?: {
|
15869
15869
|
address?: Uint8Array | undefined;
|
15870
|
-
|
15870
|
+
claimSignature?: Uint8Array | undefined;
|
15871
15871
|
blockHash?: Uint8Array | undefined;
|
15872
15872
|
verificationType?: number | undefined;
|
15873
15873
|
chainId?: number | undefined;
|
@@ -15947,7 +15947,7 @@ declare const MessagesResponse: {
|
|
15947
15947
|
} | undefined;
|
15948
15948
|
verificationAddAddressBody?: {
|
15949
15949
|
address?: Uint8Array | undefined;
|
15950
|
-
|
15950
|
+
claimSignature?: Uint8Array | undefined;
|
15951
15951
|
blockHash?: Uint8Array | undefined;
|
15952
15952
|
verificationType?: number | undefined;
|
15953
15953
|
chainId?: number | undefined;
|
@@ -16072,14 +16072,14 @@ declare const MessagesResponse: {
|
|
16072
16072
|
} & { [K_32 in Exclude<keyof I_1["messages"][number]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
16073
16073
|
verificationAddAddressBody?: ({
|
16074
16074
|
address?: Uint8Array | undefined;
|
16075
|
-
|
16075
|
+
claimSignature?: Uint8Array | undefined;
|
16076
16076
|
blockHash?: Uint8Array | undefined;
|
16077
16077
|
verificationType?: number | undefined;
|
16078
16078
|
chainId?: number | undefined;
|
16079
16079
|
protocol?: Protocol | undefined;
|
16080
16080
|
} & {
|
16081
16081
|
address?: Uint8Array | undefined;
|
16082
|
-
|
16082
|
+
claimSignature?: Uint8Array | undefined;
|
16083
16083
|
blockHash?: Uint8Array | undefined;
|
16084
16084
|
verificationType?: number | undefined;
|
16085
16085
|
chainId?: number | undefined;
|
@@ -16187,7 +16187,7 @@ declare const MessagesResponse: {
|
|
16187
16187
|
} | undefined;
|
16188
16188
|
verificationAddAddressBody?: {
|
16189
16189
|
address?: Uint8Array | undefined;
|
16190
|
-
|
16190
|
+
claimSignature?: Uint8Array | undefined;
|
16191
16191
|
blockHash?: Uint8Array | undefined;
|
16192
16192
|
verificationType?: number | undefined;
|
16193
16193
|
chainId?: number | undefined;
|
@@ -17353,7 +17353,7 @@ declare const ValidationResponse: {
|
|
17353
17353
|
} | undefined;
|
17354
17354
|
verificationAddAddressBody?: {
|
17355
17355
|
address?: Uint8Array | undefined;
|
17356
|
-
|
17356
|
+
claimSignature?: Uint8Array | undefined;
|
17357
17357
|
blockHash?: Uint8Array | undefined;
|
17358
17358
|
verificationType?: number | undefined;
|
17359
17359
|
chainId?: number | undefined;
|
@@ -17436,7 +17436,7 @@ declare const ValidationResponse: {
|
|
17436
17436
|
} | undefined;
|
17437
17437
|
verificationAddAddressBody?: {
|
17438
17438
|
address?: Uint8Array | undefined;
|
17439
|
-
|
17439
|
+
claimSignature?: Uint8Array | undefined;
|
17440
17440
|
blockHash?: Uint8Array | undefined;
|
17441
17441
|
verificationType?: number | undefined;
|
17442
17442
|
chainId?: number | undefined;
|
@@ -17516,7 +17516,7 @@ declare const ValidationResponse: {
|
|
17516
17516
|
} | undefined;
|
17517
17517
|
verificationAddAddressBody?: {
|
17518
17518
|
address?: Uint8Array | undefined;
|
17519
|
-
|
17519
|
+
claimSignature?: Uint8Array | undefined;
|
17520
17520
|
blockHash?: Uint8Array | undefined;
|
17521
17521
|
verificationType?: number | undefined;
|
17522
17522
|
chainId?: number | undefined;
|
@@ -17641,14 +17641,14 @@ declare const ValidationResponse: {
|
|
17641
17641
|
} & { [K_10 in Exclude<keyof I["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
17642
17642
|
verificationAddAddressBody?: ({
|
17643
17643
|
address?: Uint8Array | undefined;
|
17644
|
-
|
17644
|
+
claimSignature?: Uint8Array | undefined;
|
17645
17645
|
blockHash?: Uint8Array | undefined;
|
17646
17646
|
verificationType?: number | undefined;
|
17647
17647
|
chainId?: number | undefined;
|
17648
17648
|
protocol?: Protocol | undefined;
|
17649
17649
|
} & {
|
17650
17650
|
address?: Uint8Array | undefined;
|
17651
|
-
|
17651
|
+
claimSignature?: Uint8Array | undefined;
|
17652
17652
|
blockHash?: Uint8Array | undefined;
|
17653
17653
|
verificationType?: number | undefined;
|
17654
17654
|
chainId?: number | undefined;
|
@@ -17760,7 +17760,7 @@ declare const ValidationResponse: {
|
|
17760
17760
|
} | undefined;
|
17761
17761
|
verificationAddAddressBody?: {
|
17762
17762
|
address?: Uint8Array | undefined;
|
17763
|
-
|
17763
|
+
claimSignature?: Uint8Array | undefined;
|
17764
17764
|
blockHash?: Uint8Array | undefined;
|
17765
17765
|
verificationType?: number | undefined;
|
17766
17766
|
chainId?: number | undefined;
|
@@ -17843,7 +17843,7 @@ declare const ValidationResponse: {
|
|
17843
17843
|
} | undefined;
|
17844
17844
|
verificationAddAddressBody?: {
|
17845
17845
|
address?: Uint8Array | undefined;
|
17846
|
-
|
17846
|
+
claimSignature?: Uint8Array | undefined;
|
17847
17847
|
blockHash?: Uint8Array | undefined;
|
17848
17848
|
verificationType?: number | undefined;
|
17849
17849
|
chainId?: number | undefined;
|
@@ -17923,7 +17923,7 @@ declare const ValidationResponse: {
|
|
17923
17923
|
} | undefined;
|
17924
17924
|
verificationAddAddressBody?: {
|
17925
17925
|
address?: Uint8Array | undefined;
|
17926
|
-
|
17926
|
+
claimSignature?: Uint8Array | undefined;
|
17927
17927
|
blockHash?: Uint8Array | undefined;
|
17928
17928
|
verificationType?: number | undefined;
|
17929
17929
|
chainId?: number | undefined;
|
@@ -18048,14 +18048,14 @@ declare const ValidationResponse: {
|
|
18048
18048
|
} & { [K_31 in Exclude<keyof I_1["message"]["data"]["reactionBody"], keyof ReactionBody>]: never; }) | undefined;
|
18049
18049
|
verificationAddAddressBody?: ({
|
18050
18050
|
address?: Uint8Array | undefined;
|
18051
|
-
|
18051
|
+
claimSignature?: Uint8Array | undefined;
|
18052
18052
|
blockHash?: Uint8Array | undefined;
|
18053
18053
|
verificationType?: number | undefined;
|
18054
18054
|
chainId?: number | undefined;
|
18055
18055
|
protocol?: Protocol | undefined;
|
18056
18056
|
} & {
|
18057
18057
|
address?: Uint8Array | undefined;
|
18058
|
-
|
18058
|
+
claimSignature?: Uint8Array | undefined;
|
18059
18059
|
blockHash?: Uint8Array | undefined;
|
18060
18060
|
verificationType?: number | undefined;
|
18061
18061
|
chainId?: number | undefined;
|