getJoinData
This function is not required to be implemented by the app developer for internal use by Shardus. It takes in no parameters
💡
The code below shows an example implementation.
shardus.setup({
/**
* Defining other functions
* ...
*/
getJoinData() {
const joinData = {
version,
}
return joinData
}
/**
* Defining other functions
* ...
*/
})