Post joint

DUBU4 블록체인 네트워크에 유닛 게시하기

Example

const params = {
  unit: [Object]
};

client.api.postJoint(params, function(err, result) {
  console.log(result);
});

상기 params의 유닛 오브젝트('unit: [Object]')는 'compose' 메서드를 통해 생성할 수 있다.

Returns

accepted

Last updated

Was this helpful?