MCPcopy
hub / github.com/hyperledger/fabric / Policy

Struct Policy

internal/peer/gossip/mocks/mocks.go:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type 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
55func (m *Policy) EvaluateSignedData(signatureSet []*protoutil.SignedData) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected