pub trait TimestampApi<Block: BlockT>: Core<Block> {
// Provided method
fn timestamp(
&self,
__runtime_api_at_param__: <Block as BlockT>::Hash,
) -> Result<Moment, ApiError> { ... }
}
Expand description
Api that returns the timestamp