Creates user profile. If no nickname argument is passed, a random nickname will be generated.
Optional
Optional nickname
0.1.0
createUserProfile({ nickname: 'Test Nickname' }).then(profile => console.log(profile)) Copy
createUserProfile({ nickname: 'Test Nickname' }).then(profile => console.log(profile))
Generated using TypeDoc
Creates user profile. If no nickname argument is passed, a random nickname will be generated.