pub trait GetLastTimestamp<Block>: Core<Block>where
Block: Block,{
// Provided method
fn get_last_timestamp(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
) -> Result<u64, ApiError> { ... }
}
Expand description
This runtime API is only implemented for the test runtime!