[][src]Function sunshine_identity_cli::set_device_key

pub async fn set_device_key<'_, '_, T, C>(
    client: &'_ mut C,
    paperkey: bool,
    suri: Option<&'_ str>,
    force: bool
) -> Result<<T as System>::AccountId, C::Error> where
    T: Runtime,
    C: ChainClient<T>,