interface SignEvmTransactionRule {
    action: SignEvmTransactionRuleAction;
    criteria: SignEvmTransactionCriteria;
    operation: "signEvmTransaction";
}

Properties

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

operation: "signEvmTransaction"

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