proxy.golang.org : github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/contracts/interop/v2 : v2.0.0-alpha.1
accesscontrolcc contains all the code related to the AccessControlPolicy struct, including CRUD operations and any related verification functions certificateUtils contains a bunch of helper functions for dealing with certificates decoders contains all of our custom decoders to converting json `[]byte`s into structs. We are using customs decoders for this since the default Unmarshal function doesn't error when the json `[]byte` contains unknown fields There is a function for each struct because unfortulately Go doesn't have generics handleExternalRequest contains the chaincode function to process an interop request coming from a remote network helper contains miscelaneous helper functions used throughout the code manage_assets is a chaincode that contains all the code related to asset management operations (e.g., Lock, Unlock, Claim) and any related utility functions membershipcc contains all the code related to the Membership struct, including CRUD operations and any related verification functions verficationpolicycc contains all the code related to the VerificiatonPolicy struct, including CRUD operations and any related verification functions
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/contracts/interop/v2@v2.0.0-alpha.1
Published:
Indexed:
- github.com/btcsuite/btcd/btcec/v2 v2.2.0
- github.com/davecgh/go-spew v1.1.1
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
- github.com/ethereum/go-ethereum v1.11.5
- github.com/go-openapi/jsonpointer v0.19.5
- github.com/go-openapi/jsonreference v0.20.0
- github.com/go-openapi/spec v0.20.8
- github.com/go-openapi/swag v0.21.1
- github.com/gobuffalo/envy v1.10.1
- github.com/gobuffalo/packd v1.0.1
- github.com/gobuffalo/packr v1.30.1
- github.com/golang/protobuf v1.5.3
- github.com/holiman/uint256 v1.2.0
- github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1
- github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-alpha.1
- github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20220522111555-ae96e46bf4a1
- github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-alpha.1
- github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a
- github.com/hyperledger/fabric-contract-api-go v1.2.1
- github.com/hyperledger/fabric-protos-go v0.3.0
- github.com/joho/godotenv v1.4.0
- github.com/josharian/intern v1.0.0
- github.com/mailru/easyjson v0.7.7
- github.com/pmezard/go-difflib v1.0.0
- github.com/rogpeppe/go-internal v1.9.0
- github.com/sirupsen/logrus v1.9.0
- github.com/stretchr/testify v1.8.2
- github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
- github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
- github.com/xeipuuv/gojsonschema v1.2.0
- golang.org/x/crypto v0.1.0
- golang.org/x/net v0.8.0
- golang.org/x/sys v0.6.0
- golang.org/x/text v0.8.0
- google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
- google.golang.org/grpc v1.54.0
- google.golang.org/protobuf v1.30.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1