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
Copy file name to clipboardExpand all lines: types/src/v26/blockchain/mod.rs
+49-6Lines changed: 49 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,11 @@ pub struct ChainState {
86
86
/// >
87
87
/// > Returns statistics about the unspent transaction output set.
88
88
/// > Note this call may take some time.
89
+
/// >
90
+
/// > Arguments:
91
+
/// > 1. hash_type (string, optional, default="hash_serialized_3") Which UTXO set hash should be calculated. Options: 'hash_serialized_3' (the legacy algorithm), 'muhash', 'none'.
92
+
/// > 2. hash_or_height (string or numeric, optional, default=the current best block) The block hash or height of the target height (only available with coinstatsindex).
93
+
/// > 3. use_index (boolean, optional, default=true) Use coinstatsindex, if available.
0 commit comments