Obyte.js
GitHub
Discord
Search…
0.1.19
Obyte.js
Getting started
Quick start
Testnet
API
Get witnesses
Get peers
Get joint
Get last MCI
Get history
Get attestation
Get attestations
Get bots
Get asset metadata
Get definition
Get balances
Get profile units
Get data feed
Autonomous Agents
Core
Post
Address definition change
Attestation
Asset
Asset attestors
Data
Data feed
Definition
Definition template
Payment
Poll
Vote
Profile
Text
Multi
Client
Subscribe
Just saying
Requests
Utils
Sign a message
Validate signed message
Generate a random address
Get definition address
Is valid address
Keep connection alive
About
About
Links
Tutorials
Powered By
GitBook
Just saying
Send a message to a node that does not require response.
Example
1
client
.
justsaying
(
'light/new_address_to_watch'
,
'BVVJ2K7ENPZZ3VYZFWQWK7ISPCATFIW3'
);
Copied!
You need to subscribe to WebSocket notifications
see here
to see messages sent to you. Here is an example of a notification:
1
[
2
'justsaying'
,
3
{
4
subject
:
'info'
,
5
body
:
'now watching BVVJ2K7ENPZZ3VYZFWQWK7ISPCATFIW3'
6
}
7
]
Copied!
Client - Previous
Subscribe
Next - Client
Requests
Last modified
3yr ago
Copy link