Text
One can store arbitrary texts using ‘text’ message type.
Returns
Example
client.post.text('Hello world', wif, function(err, result) {
if (err) return console.error(err);
console.log(result);
});Learn more
Last updated