getAccountIdFromDerKey function

Uint8List getAccountIdFromDerKey(
  1. Uint8List der
)

Implementation

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