interface SignEvmHashRule {
    action: SignEvmHashRuleAction;
    operation: "signEvmHash";
}

Properties

Properties

Whether any attempts to sign a hash will be accepted or rejected. This rule does not accept any criteria.

operation: "signEvmHash"

The operation to which the rule applies.