pub async fn chain_tip_difficulty<State>(
network: Network,
state: State,
should_use_default: bool,
) -> RpcResult<f64>where
State: ReadStateService,Expand description
Returns the proof-of-work difficulty as a multiple of the minimum difficulty.