Profile
Users can store their profiles on Obyte if they want.
Returns
Returns the unit hash.
Example
const params = {
name: 'Joe Average',
emails: ['joe@example.com', 'joe@domain.com'],
twitter: 'joe'
};
client.post.profile(params, wif, function(err, result) {
console.log(result);
});
Learn more
"22. Profiles" (page 32) https://obyte.org/Byteball.pdf
Last updated