pub fn heartbeat<T: Config>(
    heartbeat: Heartbeat<BlockNumberFor<T>>,
    _signature: <T::AuthorityId as RuntimeAppPublic>::Signature
)
Expand description

Complexity:

  • O(K) where K is length of Keys (heartbeat.validators_len)
    • O(K): decoding of length K

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::heartbeat.