get_register_message

@mount("citizens.get_register_message") query get_register_message(evm_address: byte_array): text

Retrieves the registration message for a given Ethereum address.

Return

The registration message as a byte array.

Parameters

evm_address
  • The Ethereum address for which the registration message is generated.