abci_last_platform_height

Function abci_last_platform_height 

Source
pub fn abci_last_platform_height(height: u64)
Expand description

Sets the last finalized height metric to the provided height value.

ยงExamples

use drive_abci::metrics::abci_last_platform_height;

let height = 42;
abci_last_platform_height(height);