For the complete documentation index, see llms.txt. This page is also available as Markdown.

Text

One can store arbitrary texts using ‘text’ message type.

Returns

Returns the unit hash.

Example

client.post.text('Hello world', wif, function(err, result) {
  console.log(result);
});

Learn more

Last updated