getAccountId method

Uint8List getAccountId()

Implementation

Uint8List getAccountId() {
  return Principal.selfAuthenticating(getPublicKey().toDer()).toAccountId();
}