Post joint
DUBU4 블록체인 네트워크에 유닛 게시하기
Example
const params = {
unit: [Object]
};
client.api.postJoint(params, function(err, result) {
console.log(result);
});Returns
acceptedLast updated
Was this helpful?
DUBU4 블록체인 네트워크에 유닛 게시하기
const params = {
unit: [Object]
};
client.api.postJoint(params, function(err, result) {
console.log(result);
});acceptedLast updated
Was this helpful?
Was this helpful?