pub unsafe extern "C" fn btck_chain_get_height(
chain: *const btck_Chain,
) -> i32Expand description
@brief Return the height of the tip of the chain.
@param[in] chain Non-null. @return The current height.
pub unsafe extern "C" fn btck_chain_get_height(
chain: *const btck_Chain,
) -> i32@brief Return the height of the tip of the chain.
@param[in] chain Non-null. @return The current height.