I previously implemented returning of the StakeModifierV2 in the custom local block explorer node feature developed for City Chain, which returns the StakeModifierV2. This is useful when updating the checkpoints, as you can call this method to quickly get the values needed.
I previously implemented returning of the StakeModifierV2 in the custom local block explorer node feature developed for City Chain, which returns the StakeModifierV2. This is useful when updating the checkpoints, as you can call this method to quickly get the values needed.
We currently have this supported in the BlockExplorer feature, code here: https://github.com/block-core/blockcore-features/blob/ab5018e96f347af8c77758e9b531a47e108cd43a/Blockcore.Features.BlockExplorer/Controllers/BlockExplorerController.cs#L154