# Text

### Returns

Returns the unit hash.

### Example

```javascript
client.post.text('Hello world', wif, function(err, result) {
  if (err) return console.error(err);
  console.log(result);
});
```

### **Learn more**

* "27. Texts" (page 45) <https://obyte.org/Byteball.pdf>
