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

Complexity:

  • O(K + E) where K is length of Keys (heartbeat.validators_len) and E is length of heartbeat.network_state.external_address
    • O(K): decoding of length K
    • O(E): decoding/encoding of length E

Warning: Doc-Only

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