pub fn abci_last_platform_height(height: u64)
Sets the last finalized height metric to the provided height value.
use drive_abci::metrics::abci_last_platform_height; let height = 42; abci_last_platform_height(height);