get_auth_message_template

@mount("ft4.get_auth_message_template") query get_auth_message_template(op_name: text, op_args: gtv?): text(source)

Retrieves the message template that must be signed by EVM signers.

Throws if op_name is not valid or no auth handler can be found for it.

Parameters

op_name

the mount name of the operation

op_args

the parameters with which the operation will be called

See also

evm_auth

for more information on the whole EVM authorization process