Address definition change
기존 주소를 보존하면서 주소 선언을 재정의 할 때 사용
Arguments
Returns
Example
const params = {
definition_chash: 'I4Z7KFNIYTPHPJ5CA5OFC273JQFSZPOX',
};
client.post.addressDefinitionChange(params, wif, function(err, result) {
console.log(result);
});Last updated
Was this helpful?