Returns the identity pubkey for the current node.
Future<Identity> getIdentity() async => (await getIdentityRaw()).result!;