getIdentity method

Future<Identity> getIdentity()
inherited

Returns the identity pubkey for the current node.

Implementation

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