interface SignSolTransactionRule {
    action: SignSolTransactionRuleAction;
    criteria: SignSolTransactionCriteria;
    operation: "signSolTransaction";
}

Properties

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

operation: "signSolTransaction"

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