getIdentityRaw method

Returns the identity pubkey for the current node.

Implementation

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