diff --git a/domain_runtime_primitives/trait.InherentExtrinsicApi.html b/domain_runtime_primitives/trait.InherentExtrinsicApi.html
index 56ed010ecc..a157b9f418 100644
--- a/domain_runtime_primitives/trait.InherentExtrinsicApi.html
+++ b/domain_runtime_primitives/trait.InherentExtrinsicApi.html
@@ -3,12 +3,12 @@
fn construct_inherent_timestamp_extrinsic(
&self,
__runtime_api_at_param__: <Block as BlockT>::Hash,
- moment: Moment
+ moment: Moment
) -> Result<Block::Extrinsic, ApiError> { ... }
} Api that construct inherent extrinsics.Expand description
Api to construct inherent timestamp extrinsic from given time