getAccountIdFromDerKey function

Uint8List getAccountIdFromDerKey(
  1. Uint8List der
)

Implementation

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