Profile
사용자들은 원한다면 각자의 신원 및 프로필을 DUBU4 블록체인 상에 저장할 수 있다.
Returns
Example
const params = {
name: 'Joe Average',
emails: ['[email protected]', '[email protected]'],
twitter: 'joe'
};
client.post.profile(params, wif, function(err, result) {
console.log(result);
});Last updated
Was this helpful?