One can store arbitrary texts using ‘text’ message type.
Last updated 4 years ago
Returns the unit hash.
client.post.text('Hello world', wif, function(err, result) { if (err) return console.error(err); console.log(result); });
"27. Texts" (page 45)