Address definition change
기존 주소를 보존하면서 주소 선언을 재정의 할 때 사용
Arguments
definition_chash
stringrequired 새로운 주소 정의의 체크섬 해시(DUBU4 주소 체계) 인자address
stringoptional 다중 서명일 경우 주소를 명시한다.
Returns
주소가 재정의된 유닛 해시를 리턴
Example
const params = {
definition_chash: 'I4Z7KFNIYTPHPJ5CA5OFC273JQFSZPOX',
};
client.post.addressDefinitionChange(params, wif, function(err, result) {
console.log(result);
});Last updated
Was this helpful?