Address definition change
Users can update definitions of their addresses while keeping the old address.
Arguments
- definition_chash - stringrequired Indicates the checksummed hash of the new address definition.
- address - stringoptional When multi-authored, must indicate address.
Returns
Returns the unit hash.
Example
const params = {
  definition_chash: 'I4Z7KFNIYTPHPJ5CA5OFC273JQFSZPOX',
};
client.post.addressDefinitionChange(params, wif, function(err, result) {
  console.log(result);
});Learn more
- 21. Addresses (page 23) https://obyte.org/Byteball.pdf 
Last updated
