Update account name
Updates the account name associated with the given owner address. The name must be a hex-encoded string and is limited in length.
Request
This endpoint expects an object.
owner_address
Base58 address of the account to be updated.
account_name
Hex-encoded string representing the new account name.
visible
Indicates if the address is base58 (true) or hex (false).
Response
Unsigned transaction object for account update.
visible
txID
Transaction ID.
raw_data
raw_data_hex
Hex-encoded raw transaction.