getIdentity method

Future<Identity> getIdentity()

Returns the identity pubkey for the current node.

Implementation

Future<Identity> getIdentity() async => (await getIdentityRaw()).result!;