Text
One can store arbitrary texts using ‘text’ message type.
Returns
Example
client.post.text('Hello world', wif, function(err, result) {
console.log(result);
});Learn more
Last updated
One can store arbitrary texts using ‘text’ message type.
Returns the unit hash.
client.post.text('Hello world', wif, function(err, result) {
console.log(result);
});"27. Texts" (page 45) https://obyte.org/Byteball.pdf
Last updated