getAccountId method

BinaryBlob getAccountId()

Implementation

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