getIdentityRaw method

Future<JsonRpcSuccessResponse<Identity>> getIdentityRaw()
inherited

Returns the identity pubkey for the current node.

Implementation

Future<JsonRpcSuccessResponse<Identity>> getIdentityRaw()
  => send(GetIdentity());