You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Start a scan of the block filter index for an [output descriptor](https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md).
2092
+
pubstructScanBlocksRequest<'a>{
2093
+
/// List of descriptors to scan
2094
+
pubscanobjects:&'a[ScanBlocksRequestDescriptor],
2095
+
/// Height at which to start scanning
2096
+
pubstart_height:Option<u64>,
2097
+
/// Height at which to stop scanning
2098
+
pubstop_height:Option<u64>,
2099
+
/// Filter type. Only "basic" is supported for now.
2100
+
pubfiltertype:Option<String>,
2101
+
/// Additional scan options. Only "filter_false_positives" is supported for now.
0 commit comments