[][src]Function beacon::apply_inherent

pub fn apply_inherent<C: Config, BLS: BLSConfig>(
    parent_block: &BeaconBlock<C>,
    state: &mut BeaconState<C>,
    inherent: Inherent
) -> Result<UnsealedBeaconBlock<C>, Error>

Apply inherent to a block.