@dashevo/dapi-grpc 2.2.0-dev.2 → 3.0.0-dev.10

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.
@@ -1,10 +1,10 @@
1
1
  // This file is @generated by prost-build.
2
2
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
3
- #[derive(::dapi_grpc_macros::Mockable)]
3
+ #[derive(::dash_platform_macros::Mockable)]
4
4
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
5
5
  pub struct GetBlockchainStatusRequest {}
6
6
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
7
- #[derive(::dapi_grpc_macros::Mockable)]
7
+ #[derive(::dash_platform_macros::Mockable)]
8
8
  #[derive(Clone, PartialEq, ::prost::Message)]
9
9
  pub struct GetBlockchainStatusResponse {
10
10
  #[prost(message, optional, tag = "1")]
@@ -23,7 +23,7 @@ pub struct GetBlockchainStatusResponse {
23
23
  /// Nested message and enum types in `GetBlockchainStatusResponse`.
24
24
  pub mod get_blockchain_status_response {
25
25
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
26
- #[derive(::dapi_grpc_macros::Mockable)]
26
+ #[derive(::dash_platform_macros::Mockable)]
27
27
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
28
28
  pub struct Version {
29
29
  #[prost(uint32, tag = "1")]
@@ -34,7 +34,7 @@ pub mod get_blockchain_status_response {
34
34
  pub agent: ::prost::alloc::string::String,
35
35
  }
36
36
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
37
- #[derive(::dapi_grpc_macros::Mockable)]
37
+ #[derive(::dash_platform_macros::Mockable)]
38
38
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
39
39
  pub struct Time {
40
40
  #[prost(uint32, tag = "1")]
@@ -45,7 +45,7 @@ pub mod get_blockchain_status_response {
45
45
  pub median: u32,
46
46
  }
47
47
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
48
- #[derive(::dapi_grpc_macros::Mockable)]
48
+ #[derive(::dash_platform_macros::Mockable)]
49
49
  #[derive(Clone, PartialEq, ::prost::Message)]
50
50
  pub struct Chain {
51
51
  #[prost(string, tag = "1")]
@@ -66,7 +66,7 @@ pub mod get_blockchain_status_response {
66
66
  pub sync_progress: f64,
67
67
  }
68
68
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
69
- #[derive(::dapi_grpc_macros::Mockable)]
69
+ #[derive(::dash_platform_macros::Mockable)]
70
70
  #[derive(Clone, Copy, PartialEq, ::prost::Message)]
71
71
  pub struct NetworkFee {
72
72
  #[prost(double, tag = "1")]
@@ -75,7 +75,7 @@ pub mod get_blockchain_status_response {
75
75
  pub incremental: f64,
76
76
  }
77
77
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
78
- #[derive(::dapi_grpc_macros::Mockable)]
78
+ #[derive(::dash_platform_macros::Mockable)]
79
79
  #[derive(Clone, Copy, PartialEq, ::prost::Message)]
80
80
  pub struct Network {
81
81
  #[prost(uint32, tag = "1")]
@@ -128,11 +128,11 @@ pub mod get_blockchain_status_response {
128
128
  }
129
129
  }
130
130
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
131
- #[derive(::dapi_grpc_macros::Mockable)]
131
+ #[derive(::dash_platform_macros::Mockable)]
132
132
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
133
133
  pub struct GetMasternodeStatusRequest {}
134
134
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
135
- #[derive(::dapi_grpc_macros::Mockable)]
135
+ #[derive(::dash_platform_macros::Mockable)]
136
136
  #[derive(Clone, PartialEq, ::prost::Message)]
137
137
  pub struct GetMasternodeStatusResponse {
138
138
  #[prost(enumeration = "get_masternode_status_response::Status", tag = "1")]
@@ -205,7 +205,7 @@ pub mod get_masternode_status_response {
205
205
  }
206
206
  }
207
207
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
208
- #[derive(::dapi_grpc_macros::Mockable)]
208
+ #[derive(::dash_platform_macros::Mockable)]
209
209
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
210
210
  pub struct GetBlockRequest {
211
211
  #[prost(oneof = "get_block_request::Block", tags = "1, 2")]
@@ -223,25 +223,25 @@ pub mod get_block_request {
223
223
  }
224
224
  }
225
225
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
226
- #[derive(::dapi_grpc_macros::Mockable)]
226
+ #[derive(::dash_platform_macros::Mockable)]
227
227
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
228
228
  pub struct GetBlockResponse {
229
229
  #[prost(bytes = "vec", tag = "1")]
230
230
  pub block: ::prost::alloc::vec::Vec<u8>,
231
231
  }
232
232
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
233
- #[derive(::dapi_grpc_macros::Mockable)]
233
+ #[derive(::dash_platform_macros::Mockable)]
234
234
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
235
235
  pub struct GetBestBlockHeightRequest {}
236
236
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
237
- #[derive(::dapi_grpc_macros::Mockable)]
237
+ #[derive(::dash_platform_macros::Mockable)]
238
238
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
239
239
  pub struct GetBestBlockHeightResponse {
240
240
  #[prost(uint32, tag = "1")]
241
241
  pub height: u32,
242
242
  }
243
243
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
244
- #[derive(::dapi_grpc_macros::Mockable)]
244
+ #[derive(::dash_platform_macros::Mockable)]
245
245
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
246
246
  pub struct BroadcastTransactionRequest {
247
247
  #[prost(bytes = "vec", tag = "1")]
@@ -252,21 +252,21 @@ pub struct BroadcastTransactionRequest {
252
252
  pub bypass_limits: bool,
253
253
  }
254
254
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
255
- #[derive(::dapi_grpc_macros::Mockable)]
255
+ #[derive(::dash_platform_macros::Mockable)]
256
256
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
257
257
  pub struct BroadcastTransactionResponse {
258
258
  #[prost(string, tag = "1")]
259
259
  pub transaction_id: ::prost::alloc::string::String,
260
260
  }
261
261
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
262
- #[derive(::dapi_grpc_macros::Mockable)]
262
+ #[derive(::dash_platform_macros::Mockable)]
263
263
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
264
264
  pub struct GetTransactionRequest {
265
265
  #[prost(string, tag = "1")]
266
266
  pub id: ::prost::alloc::string::String,
267
267
  }
268
268
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
269
- #[derive(::dapi_grpc_macros::Mockable)]
269
+ #[derive(::dash_platform_macros::Mockable)]
270
270
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
271
271
  pub struct GetTransactionResponse {
272
272
  #[prost(bytes = "vec", tag = "1")]
@@ -283,7 +283,7 @@ pub struct GetTransactionResponse {
283
283
  pub is_chain_locked: bool,
284
284
  }
285
285
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
286
- #[derive(::dapi_grpc_macros::Mockable)]
286
+ #[derive(::dash_platform_macros::Mockable)]
287
287
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
288
288
  pub struct BlockHeadersWithChainLocksRequest {
289
289
  #[prost(uint32, tag = "3")]
@@ -305,7 +305,7 @@ pub mod block_headers_with_chain_locks_request {
305
305
  }
306
306
  }
307
307
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
308
- #[derive(::dapi_grpc_macros::Mockable)]
308
+ #[derive(::dash_platform_macros::Mockable)]
309
309
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
310
310
  pub struct BlockHeadersWithChainLocksResponse {
311
311
  #[prost(oneof = "block_headers_with_chain_locks_response::Responses", tags = "1, 2")]
@@ -325,28 +325,28 @@ pub mod block_headers_with_chain_locks_response {
325
325
  }
326
326
  }
327
327
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
328
- #[derive(::dapi_grpc_macros::Mockable)]
328
+ #[derive(::dash_platform_macros::Mockable)]
329
329
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
330
330
  pub struct BlockHeaders {
331
331
  #[prost(bytes = "vec", repeated, tag = "1")]
332
332
  pub headers: ::prost::alloc::vec::Vec<::prost::alloc::vec::Vec<u8>>,
333
333
  }
334
334
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
335
- #[derive(::dapi_grpc_macros::Mockable)]
335
+ #[derive(::dash_platform_macros::Mockable)]
336
336
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
337
337
  pub struct GetEstimatedTransactionFeeRequest {
338
338
  #[prost(uint32, tag = "1")]
339
339
  pub blocks: u32,
340
340
  }
341
341
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
342
- #[derive(::dapi_grpc_macros::Mockable)]
342
+ #[derive(::dash_platform_macros::Mockable)]
343
343
  #[derive(Clone, Copy, PartialEq, ::prost::Message)]
344
344
  pub struct GetEstimatedTransactionFeeResponse {
345
345
  #[prost(double, tag = "1")]
346
346
  pub fee: f64,
347
347
  }
348
348
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
349
- #[derive(::dapi_grpc_macros::Mockable)]
349
+ #[derive(::dash_platform_macros::Mockable)]
350
350
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
351
351
  pub struct TransactionsWithProofsRequest {
352
352
  #[prost(message, optional, tag = "1")]
@@ -370,7 +370,7 @@ pub mod transactions_with_proofs_request {
370
370
  }
371
371
  }
372
372
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
373
- #[derive(::dapi_grpc_macros::Mockable)]
373
+ #[derive(::dash_platform_macros::Mockable)]
374
374
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
375
375
  pub struct BloomFilter {
376
376
  #[prost(bytes = "vec", tag = "1")]
@@ -383,7 +383,7 @@ pub struct BloomFilter {
383
383
  pub n_flags: u32,
384
384
  }
385
385
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
386
- #[derive(::dapi_grpc_macros::Mockable)]
386
+ #[derive(::dash_platform_macros::Mockable)]
387
387
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
388
388
  pub struct TransactionsWithProofsResponse {
389
389
  #[prost(oneof = "transactions_with_proofs_response::Responses", tags = "1, 2, 3")]
@@ -403,25 +403,25 @@ pub mod transactions_with_proofs_response {
403
403
  }
404
404
  }
405
405
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
406
- #[derive(::dapi_grpc_macros::Mockable)]
406
+ #[derive(::dash_platform_macros::Mockable)]
407
407
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
408
408
  pub struct RawTransactions {
409
409
  #[prost(bytes = "vec", repeated, tag = "1")]
410
410
  pub transactions: ::prost::alloc::vec::Vec<::prost::alloc::vec::Vec<u8>>,
411
411
  }
412
412
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
413
- #[derive(::dapi_grpc_macros::Mockable)]
413
+ #[derive(::dash_platform_macros::Mockable)]
414
414
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
415
415
  pub struct InstantSendLockMessages {
416
416
  #[prost(bytes = "vec", repeated, tag = "1")]
417
417
  pub messages: ::prost::alloc::vec::Vec<::prost::alloc::vec::Vec<u8>>,
418
418
  }
419
419
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
420
- #[derive(::dapi_grpc_macros::Mockable)]
420
+ #[derive(::dash_platform_macros::Mockable)]
421
421
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
422
422
  pub struct MasternodeListRequest {}
423
423
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
424
- #[derive(::dapi_grpc_macros::Mockable)]
424
+ #[derive(::dash_platform_macros::Mockable)]
425
425
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
426
426
  pub struct MasternodeListResponse {
427
427
  #[prost(bytes = "vec", tag = "1")]
@@ -1,10 +1,10 @@
1
1
  // This file is @generated by prost-build.
2
2
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
3
- #[derive(::dapi_grpc_macros::Mockable)]
3
+ #[derive(::dash_platform_macros::Mockable)]
4
4
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
5
5
  pub struct GetBlockchainStatusRequest {}
6
6
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
7
- #[derive(::dapi_grpc_macros::Mockable)]
7
+ #[derive(::dash_platform_macros::Mockable)]
8
8
  #[derive(Clone, PartialEq, ::prost::Message)]
9
9
  pub struct GetBlockchainStatusResponse {
10
10
  #[prost(message, optional, tag = "1")]
@@ -23,7 +23,7 @@ pub struct GetBlockchainStatusResponse {
23
23
  /// Nested message and enum types in `GetBlockchainStatusResponse`.
24
24
  pub mod get_blockchain_status_response {
25
25
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
26
- #[derive(::dapi_grpc_macros::Mockable)]
26
+ #[derive(::dash_platform_macros::Mockable)]
27
27
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
28
28
  pub struct Version {
29
29
  #[prost(uint32, tag = "1")]
@@ -34,7 +34,7 @@ pub mod get_blockchain_status_response {
34
34
  pub agent: ::prost::alloc::string::String,
35
35
  }
36
36
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
37
- #[derive(::dapi_grpc_macros::Mockable)]
37
+ #[derive(::dash_platform_macros::Mockable)]
38
38
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
39
39
  pub struct Time {
40
40
  #[prost(uint32, tag = "1")]
@@ -45,7 +45,7 @@ pub mod get_blockchain_status_response {
45
45
  pub median: u32,
46
46
  }
47
47
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
48
- #[derive(::dapi_grpc_macros::Mockable)]
48
+ #[derive(::dash_platform_macros::Mockable)]
49
49
  #[derive(Clone, PartialEq, ::prost::Message)]
50
50
  pub struct Chain {
51
51
  #[prost(string, tag = "1")]
@@ -66,7 +66,7 @@ pub mod get_blockchain_status_response {
66
66
  pub sync_progress: f64,
67
67
  }
68
68
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
69
- #[derive(::dapi_grpc_macros::Mockable)]
69
+ #[derive(::dash_platform_macros::Mockable)]
70
70
  #[derive(Clone, Copy, PartialEq, ::prost::Message)]
71
71
  pub struct NetworkFee {
72
72
  #[prost(double, tag = "1")]
@@ -75,7 +75,7 @@ pub mod get_blockchain_status_response {
75
75
  pub incremental: f64,
76
76
  }
77
77
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
78
- #[derive(::dapi_grpc_macros::Mockable)]
78
+ #[derive(::dash_platform_macros::Mockable)]
79
79
  #[derive(Clone, Copy, PartialEq, ::prost::Message)]
80
80
  pub struct Network {
81
81
  #[prost(uint32, tag = "1")]
@@ -128,11 +128,11 @@ pub mod get_blockchain_status_response {
128
128
  }
129
129
  }
130
130
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
131
- #[derive(::dapi_grpc_macros::Mockable)]
131
+ #[derive(::dash_platform_macros::Mockable)]
132
132
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
133
133
  pub struct GetMasternodeStatusRequest {}
134
134
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
135
- #[derive(::dapi_grpc_macros::Mockable)]
135
+ #[derive(::dash_platform_macros::Mockable)]
136
136
  #[derive(Clone, PartialEq, ::prost::Message)]
137
137
  pub struct GetMasternodeStatusResponse {
138
138
  #[prost(enumeration = "get_masternode_status_response::Status", tag = "1")]
@@ -205,7 +205,7 @@ pub mod get_masternode_status_response {
205
205
  }
206
206
  }
207
207
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
208
- #[derive(::dapi_grpc_macros::Mockable)]
208
+ #[derive(::dash_platform_macros::Mockable)]
209
209
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
210
210
  pub struct GetBlockRequest {
211
211
  #[prost(oneof = "get_block_request::Block", tags = "1, 2")]
@@ -223,25 +223,25 @@ pub mod get_block_request {
223
223
  }
224
224
  }
225
225
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
226
- #[derive(::dapi_grpc_macros::Mockable)]
226
+ #[derive(::dash_platform_macros::Mockable)]
227
227
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
228
228
  pub struct GetBlockResponse {
229
229
  #[prost(bytes = "vec", tag = "1")]
230
230
  pub block: ::prost::alloc::vec::Vec<u8>,
231
231
  }
232
232
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
233
- #[derive(::dapi_grpc_macros::Mockable)]
233
+ #[derive(::dash_platform_macros::Mockable)]
234
234
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
235
235
  pub struct GetBestBlockHeightRequest {}
236
236
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
237
- #[derive(::dapi_grpc_macros::Mockable)]
237
+ #[derive(::dash_platform_macros::Mockable)]
238
238
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
239
239
  pub struct GetBestBlockHeightResponse {
240
240
  #[prost(uint32, tag = "1")]
241
241
  pub height: u32,
242
242
  }
243
243
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
244
- #[derive(::dapi_grpc_macros::Mockable)]
244
+ #[derive(::dash_platform_macros::Mockable)]
245
245
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
246
246
  pub struct BroadcastTransactionRequest {
247
247
  #[prost(bytes = "vec", tag = "1")]
@@ -252,21 +252,21 @@ pub struct BroadcastTransactionRequest {
252
252
  pub bypass_limits: bool,
253
253
  }
254
254
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
255
- #[derive(::dapi_grpc_macros::Mockable)]
255
+ #[derive(::dash_platform_macros::Mockable)]
256
256
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
257
257
  pub struct BroadcastTransactionResponse {
258
258
  #[prost(string, tag = "1")]
259
259
  pub transaction_id: ::prost::alloc::string::String,
260
260
  }
261
261
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
262
- #[derive(::dapi_grpc_macros::Mockable)]
262
+ #[derive(::dash_platform_macros::Mockable)]
263
263
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
264
264
  pub struct GetTransactionRequest {
265
265
  #[prost(string, tag = "1")]
266
266
  pub id: ::prost::alloc::string::String,
267
267
  }
268
268
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
269
- #[derive(::dapi_grpc_macros::Mockable)]
269
+ #[derive(::dash_platform_macros::Mockable)]
270
270
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
271
271
  pub struct GetTransactionResponse {
272
272
  #[prost(bytes = "vec", tag = "1")]
@@ -283,7 +283,7 @@ pub struct GetTransactionResponse {
283
283
  pub is_chain_locked: bool,
284
284
  }
285
285
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
286
- #[derive(::dapi_grpc_macros::Mockable)]
286
+ #[derive(::dash_platform_macros::Mockable)]
287
287
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
288
288
  pub struct BlockHeadersWithChainLocksRequest {
289
289
  #[prost(uint32, tag = "3")]
@@ -305,7 +305,7 @@ pub mod block_headers_with_chain_locks_request {
305
305
  }
306
306
  }
307
307
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
308
- #[derive(::dapi_grpc_macros::Mockable)]
308
+ #[derive(::dash_platform_macros::Mockable)]
309
309
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
310
310
  pub struct BlockHeadersWithChainLocksResponse {
311
311
  #[prost(oneof = "block_headers_with_chain_locks_response::Responses", tags = "1, 2")]
@@ -325,28 +325,28 @@ pub mod block_headers_with_chain_locks_response {
325
325
  }
326
326
  }
327
327
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
328
- #[derive(::dapi_grpc_macros::Mockable)]
328
+ #[derive(::dash_platform_macros::Mockable)]
329
329
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
330
330
  pub struct BlockHeaders {
331
331
  #[prost(bytes = "vec", repeated, tag = "1")]
332
332
  pub headers: ::prost::alloc::vec::Vec<::prost::alloc::vec::Vec<u8>>,
333
333
  }
334
334
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
335
- #[derive(::dapi_grpc_macros::Mockable)]
335
+ #[derive(::dash_platform_macros::Mockable)]
336
336
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
337
337
  pub struct GetEstimatedTransactionFeeRequest {
338
338
  #[prost(uint32, tag = "1")]
339
339
  pub blocks: u32,
340
340
  }
341
341
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
342
- #[derive(::dapi_grpc_macros::Mockable)]
342
+ #[derive(::dash_platform_macros::Mockable)]
343
343
  #[derive(Clone, Copy, PartialEq, ::prost::Message)]
344
344
  pub struct GetEstimatedTransactionFeeResponse {
345
345
  #[prost(double, tag = "1")]
346
346
  pub fee: f64,
347
347
  }
348
348
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
349
- #[derive(::dapi_grpc_macros::Mockable)]
349
+ #[derive(::dash_platform_macros::Mockable)]
350
350
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
351
351
  pub struct TransactionsWithProofsRequest {
352
352
  #[prost(message, optional, tag = "1")]
@@ -370,7 +370,7 @@ pub mod transactions_with_proofs_request {
370
370
  }
371
371
  }
372
372
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
373
- #[derive(::dapi_grpc_macros::Mockable)]
373
+ #[derive(::dash_platform_macros::Mockable)]
374
374
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
375
375
  pub struct BloomFilter {
376
376
  #[prost(bytes = "vec", tag = "1")]
@@ -383,7 +383,7 @@ pub struct BloomFilter {
383
383
  pub n_flags: u32,
384
384
  }
385
385
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
386
- #[derive(::dapi_grpc_macros::Mockable)]
386
+ #[derive(::dash_platform_macros::Mockable)]
387
387
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
388
388
  pub struct TransactionsWithProofsResponse {
389
389
  #[prost(oneof = "transactions_with_proofs_response::Responses", tags = "1, 2, 3")]
@@ -403,25 +403,25 @@ pub mod transactions_with_proofs_response {
403
403
  }
404
404
  }
405
405
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
406
- #[derive(::dapi_grpc_macros::Mockable)]
406
+ #[derive(::dash_platform_macros::Mockable)]
407
407
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
408
408
  pub struct RawTransactions {
409
409
  #[prost(bytes = "vec", repeated, tag = "1")]
410
410
  pub transactions: ::prost::alloc::vec::Vec<::prost::alloc::vec::Vec<u8>>,
411
411
  }
412
412
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
413
- #[derive(::dapi_grpc_macros::Mockable)]
413
+ #[derive(::dash_platform_macros::Mockable)]
414
414
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
415
415
  pub struct InstantSendLockMessages {
416
416
  #[prost(bytes = "vec", repeated, tag = "1")]
417
417
  pub messages: ::prost::alloc::vec::Vec<::prost::alloc::vec::Vec<u8>>,
418
418
  }
419
419
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
420
- #[derive(::dapi_grpc_macros::Mockable)]
420
+ #[derive(::dash_platform_macros::Mockable)]
421
421
  #[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
422
422
  pub struct MasternodeListRequest {}
423
423
  #[cfg_attr(feature = "serde", derive(::serde::Serialize, ::serde::Deserialize))]
424
- #[derive(::dapi_grpc_macros::Mockable)]
424
+ #[derive(::dash_platform_macros::Mockable)]
425
425
  #[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
426
426
  pub struct MasternodeListResponse {
427
427
  #[prost(bytes = "vec", tag = "1")]