pub fn submit_next_public_key<T: Config>(
    keys_and_signatures: AggregatedPublicKeys
)
Expand description

Submits and stores the next public key for the next session into the on-chain storage.

Can only be submitted by the next authorities. It is also required that a NextSignatureThreshold of submissions is reached in order to successfully store the public key on-chain.

  • origin - The account origin.
  • keys_and_signatures - The aggregated public keys and signatures for possible next DKG public keys.

Warning: Doc-Only

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