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_addressstringRequired
Base58 address of the account to be updated.
account_namestringRequired

Hex-encoded string representing the new account name.

visiblebooleanOptional

Indicates if the address is base58 (true) or hex (false).

Response

Unsigned transaction object for account update.
visibleboolean or null
txIDstring or null
Transaction ID.
raw_dataobject or null
raw_data_hexstring or null

Hex-encoded raw transaction.