Function pallet_im_online::pallet::dispatchables::heartbeat
source · 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 ofKeys
(heartbeat.validators_len) and E is length ofheartbeat.network_state.external_address
O(K)
: decoding of lengthK
O(E)
: decoding/encoding of lengthE
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::heartbeat
.