interface SignEvmMessageRule {
    action: SignEvmMessageRuleAction;
    criteria: SignEvmMessageCriteria;
    operation: "signEvmMessage";
}

Properties

Whether matching the rule will cause the request to be rejected or accepted.

operation: "signEvmMessage"

The operation to which the rule applies. Every element of the criteria array must match the specified operation.