evm_signatures
When it is required that an EVM signer signs an operation, but the signer is not part of an account auth descriptor yet, this operation must be used.
The operation must contain:
evm_signers
if required, an auth operation or a strategy operation
the operation that is being authorized
with nothing else inbetween them. Other operations may be added before and after these two.
Throws if:
the operation that is being authorized is not whitelisted,
there's no operation after this one, or
there is only one operation after this one, and it's an auth or strategy operation
Parameters
The EVM addresses of signers (without 0x
)
The signatures of the operation's auth message
See also
for information on whitelisting operations to be able to accept EVM signatures that are not part of an auth descriptor
for information on how to retrieve messages and properly sign them
for information on what is an auth operation
for information on what is a strategy operation