Variable SEED_MESSAGEConst
SEED_MESSAGE: "Sign this message to generate the Elusiv seed. This allows the application to decrypt your private assets so you can spend them privately.\n\nIMPORTANT: Only sign this message if you trust this application." = 'Sign this message to generate the Elusiv seed. This allows the application to decrypt your private assets so you can spend them privately.\n\nIMPORTANT: Only sign this message if you trust this application.'
The message to sign to deterministically and portably generate the elusiv seed used for instantiating the Elusiv instance. Seed = ed25519.sign(encodeUTF8(SEED_MESSAGE), privateKey)