package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev
# Functions
AddMarble invokes marbles_private chaincode to add a marble.
AssertDoesNotExistInCollectionM asserts that the private data for given marble does not exist in collection 'readMarble' (i.e., is never created/has been deleted/has been purged).
AssertDoesNotExistInCollectionMPD asserts that the private data for given marble does not exist in collection 'readMarblePrivateDetails' (i.e., is never created/has been deleted/has been purged).
AssertGetMarblesByRange asserts that.
AssertInvokeChaincodeFails asserts that a chaincode invoke fails with a specified error message.
AssertMarblesPrivateDetailsHashMPD asserts that getMarblePrivateDetailsHash is accessible from all peers that has the chaincode instantiated.
AssertMarblesPrivateHashM asserts that getMarbleHash is accessible from all peers that has the chaincode instantiated.
AssertNoReadAccessToCollectionMPD asserts that the orgs of the given peers do not have read access to private data for the collection readMarblePrivateDetails.
AssertNotPresentInCollectionM asserts that the private data for given marble is NOT present in collection 'readMarble' at the given peers.
AssertNotPresentInCollectionMPD asserts that the private data for given marble is NOT present in collection 'readMarblePrivateDetails' at the given peers.
AssertOwnershipInCollectionM asserts that the private data for given marble is present in collection 'readMarble' at the given peers.
AssertPresentInCollectionM asserts that the private data for given marble is present in collection 'readMarble' at the given peers.
AssertPresentInCollectionMPD asserts that the private data for given marble is present in collection 'readMarblePrivateDetails' at the given peers.
CheckPresentInCollectionM checks then number of peers that have the private data for given marble in collection 'readMarble'.
CheckPresentInCollectionMPD checks the number of peers that have the private data for given marble in collection 'readMarblePrivateDetails'.
DeleteMarble invokes marbles_private chaincode to delete a marble.
PurgeMarble invokes marbles_private chaincode to purge a marble.
SetMarblePolicy invokes marbles_private chaincode to update a marble's state-based endorsement policy.
TransferMarble invokes marbles_private chaincode to transfer marble's ownership.