View an Endorsement Policy

(Hyperledger Fabric v2.x) You can view a deployed chaincode's endorsement policy.

You might need to view a deployed chaincode's endorsement policy to see how it was set up, how you need to choose transaction endorsers based on the policy, or to help resolve an endorsement failure.
You can’t modify the endorsement policy for a deployed chaincode. If you need to change an endorsement policy, then you must redeploy the chaincode or upgrade it to another version and specify a different endorsement policy.
  1. Go to the console and select the Channels tab.
  2. Click the name of the channel where the chaincode is deployed, and then click Deployed Chaincodes.
  3. In the table, click the More Actions menu icon for the chaincode, and then click View Chaincode Definition.
    The Chaincode Definition window is displayed.
  4. Expand Endorsement Policy.
    The chaincode endorsement policy is displayed.