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

Last updated