@@ -14,62 +14,6 @@ import type { CrossChainTx } from "./cross_chain_tx_pb.js";
14
14
import type { GasPrice } from "./gas_price_pb.js" ;
15
15
import type { LastBlockHeight } from "./last_block_height_pb.js" ;
16
16
17
- /**
18
- * Deprecated: Moved to observer
19
- * TODO: remove after v12 once upgrade testing is no longer needed with v11
20
- * https://github.com/zeta-chain/node/issues/1547
21
- *
22
- * @generated from message zetachain.zetacore.crosschain.QueryGetTssAddressRequest
23
- */
24
- export declare class QueryGetTssAddressRequest extends Message < QueryGetTssAddressRequest > {
25
- constructor ( data ?: PartialMessage < QueryGetTssAddressRequest > ) ;
26
-
27
- static readonly runtime : typeof proto3 ;
28
- static readonly typeName = "zetachain.zetacore.crosschain.QueryGetTssAddressRequest" ;
29
- static readonly fields : FieldList ;
30
-
31
- static fromBinary ( bytes : Uint8Array , options ?: Partial < BinaryReadOptions > ) : QueryGetTssAddressRequest ;
32
-
33
- static fromJson ( jsonValue : JsonValue , options ?: Partial < JsonReadOptions > ) : QueryGetTssAddressRequest ;
34
-
35
- static fromJsonString ( jsonString : string , options ?: Partial < JsonReadOptions > ) : QueryGetTssAddressRequest ;
36
-
37
- static equals ( a : QueryGetTssAddressRequest | PlainMessage < QueryGetTssAddressRequest > | undefined , b : QueryGetTssAddressRequest | PlainMessage < QueryGetTssAddressRequest > | undefined ) : boolean ;
38
- }
39
-
40
- /**
41
- * Deprecated: Moved to observer
42
- * TODO: remove after v12 once upgrade testing is no longer needed with v11
43
- * https://github.com/zeta-chain/node/issues/1547
44
- *
45
- * @generated from message zetachain.zetacore.crosschain.QueryGetTssAddressResponse
46
- */
47
- export declare class QueryGetTssAddressResponse extends Message < QueryGetTssAddressResponse > {
48
- /**
49
- * @generated from field: string eth = 1;
50
- */
51
- eth : string ;
52
-
53
- /**
54
- * @generated from field: string btc = 2;
55
- */
56
- btc : string ;
57
-
58
- constructor ( data ?: PartialMessage < QueryGetTssAddressResponse > ) ;
59
-
60
- static readonly runtime : typeof proto3 ;
61
- static readonly typeName = "zetachain.zetacore.crosschain.QueryGetTssAddressResponse" ;
62
- static readonly fields : FieldList ;
63
-
64
- static fromBinary ( bytes : Uint8Array , options ?: Partial < BinaryReadOptions > ) : QueryGetTssAddressResponse ;
65
-
66
- static fromJson ( jsonValue : JsonValue , options ?: Partial < JsonReadOptions > ) : QueryGetTssAddressResponse ;
67
-
68
- static fromJsonString ( jsonString : string , options ?: Partial < JsonReadOptions > ) : QueryGetTssAddressResponse ;
69
-
70
- static equals ( a : QueryGetTssAddressResponse | PlainMessage < QueryGetTssAddressResponse > | undefined , b : QueryGetTssAddressResponse | PlainMessage < QueryGetTssAddressResponse > | undefined ) : boolean ;
71
- }
72
-
73
17
/**
74
18
* @generated from message zetachain.zetacore.crosschain.QueryZetaAccountingRequest
75
19
*/
0 commit comments