Function mainly just for testing the Java side of this implementation.
Can be called in production code, but there’s really no reason to.
Apply actions to graph state.
Commit pending actions to a graph state.
Check if user graph exists.
Deserialize DSNP keys.
Export updates to graph state.
Export updates to graph state for a single user graph.
Force calculate graph updates.
Frees the graph state memory.
Generate GraphKeyPair for a given GraphKeyType.
Get config for an environment.
Get connections for a user graph.
Get user graph length.
Get one sided private friendship connections.
Get public keys for a user.
Get users connections without keys.
Import user data into graph state.
Initializes the graph state and returns a handle to it.
The handle is a pointer to the memory location of the state.
The memory will be freed when freeGraphState
is called.
An optimization barrier / guard against garbage collection.
Remove user from graph state.
Rollback pending actions in a graph state.