Text
'text' 메세지 타입을 이용해 임의의 내용을 저장할 수 있다.
Returns
결과값이 기록된 유닛 해시
Example
client.post.text('Hello world', wif, function(err, result) {
console.log(result);
});Last updated
Was this helpful?
'text' 메세지 타입을 이용해 임의의 내용을 저장할 수 있다.
결과값이 기록된 유닛 해시
client.post.text('Hello world', wif, function(err, result) {
console.log(result);
});Last updated
Was this helpful?
Was this helpful?