true if the account has policies that were not evaluated against this
transaction — typically policies scoped to other chains, though a policy
on the transaction's chain that does not apply to the transaction (e.g. a
limit for a token the transaction doesn't transfer) also counts.
All policies that were evaluated against this transaction — the union of
rejectedPolicies and validatedPolicies.
true if the transaction breached any policy — that is, if
rejectedPolicies is non-empty.
The evaluated policies the transaction breached.
When the check ran, as a UTC date string.
The evaluated policies the transaction passed. nominated_approvers
policies always appear here — approval enforcement is not yet implemented
(see PolicyType).
Result of evaluating an account's policies against a proposed transaction, returned by Salt#runPoliciesCheck.
Only policies relevant to the transaction are evaluated: policies with non-empty params whose
chainmatches the transaction's network (or is'*') and which apply to the transaction's shape. These are listed innetworkPolicies, and each one is either validated or rejected.