get_register_account_message

@mount("ft4.get_register_account_message") query get_register_account_message(strategy_operation: gtx_operation, register_account_operation: gtx_operation): text(source)

Fetches the message that the user must sign in order to register an account, provided that they are using evm signatures.

Throws if the strategy cannot be found. If strategy_name is correct, this could also be caused by having misconfigured the registration defined in the function that extends strategy in such a way that the strategy name and the _strategy.op.mount_name are not the same value.

Parameters

strategy_operation

the operation that will be used to represent the strategy

register_account_operation

the operation that will be used to register the account