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