obyte.js
0.1.19
GitHub
Discord
Search
⌃
K
Links
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
Catchup
Get hash tree
Get light props
Post joint
Pick divisible coins for amount
Heartbeat
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
Comment on page
Post joint
Post an unit on Byteball network.
Example
const
params
=
{
unit
:
{
Object
}
};
client
.
api
.
postJoint
(
params
,
function
(
err
,
result
)
{
if
(
err
)
return
console
.
error
(
err
);
console
.
log
(
result
);
});
The unit object can be generated with the method "compose".
Returns
accepted
Previous
Get light props
Next
Pick divisible coins for amount
Last modified
2yr ago