| 48 | } |
| 49 | |
| 50 | type Policy struct { |
| 51 | Deserializer msp.IdentityDeserializer |
| 52 | } |
| 53 | |
| 54 | // EvaluateSignedData takes a set of SignedData and evaluates whether this set of signatures satisfies the policy |
| 55 | func (m *Policy) EvaluateSignedData(signatureSet []*protoutil.SignedData) error { |
nothing calls this directly
no outgoing calls
no test coverage detected