Uint8List getAccountIdFromDerKey(Uint8List der) { return Principal.selfAuthenticating(der).toAccountId(); }