getIdentityRaw method
Returns the identity pubkey for the current node.
Implementation
Future<JsonRpcSuccessResponse<Identity>> getIdentityRaw() =>
send(GetIdentity());
Returns the identity pubkey for the current node.
Future<JsonRpcSuccessResponse<Identity>> getIdentityRaw() =>
send(GetIdentity());