Returns the 32-byte Ed25519 public key for the given addr.
addr
Uint8List getPublicKeyFromAddress(Address addr) { return getAddressEncoder().encode(addr); }