pub fn register_invulnerable_attester<T: Config>(
    self_nominate_amount: BalanceOf<T>,
    ecdsa_key: [u8; 33],
    ed25519_key: [u8; 32],
    sr25519_key: [u8; 32],
    custom_commission: Option<Percent>
)
Expand description

Warning: Doc-Only

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