Last updated 5 years ago
definition_chash string required Indicates the checksummed hash of the new address definition.
string
address string optional When multi-authored, must indicate address.
Returns the unit hash.
Example
21. Addresses (page 23)
Users can update definitions of their addresses while keeping the old address.
const params = { definition_chash: 'I4Z7KFNIYTPHPJ5CA5OFC273JQFSZPOX', }; client.post.addressDefinitionChange(params, wif, function(err, result) { console.log(result); });