nooschain / chain/state-root-engine-config / getStateRootEngineActivationForHeight
Function: getStateRootEngineActivationForHeight()
getStateRootEngineActivationForHeight(
database,height):Promise<StateRootEngineActivationSchedule|null>
Defined in: chain/state-root-engine-config.ts:140
Returns the newest scheduled activation that applies to the supplied block height.
Parameters
database
StateRootEngineScheduleDatabase
height
string | number | bigint
Returns
Promise<StateRootEngineActivationSchedule | null>