Categorygithub.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/contracts/interop
# README
Weaver Fabric Interop Chaincode
# Functions
Contains tells whether a contains x.
Extract data (i.e., query response) from view TODO - Also take verification policy as parameter and determine if enough matching responses exist (current logic mandates unanimity among payloads).
# Structs
Address contains the information that was sent in the address field of a query from an external network.
ECDSASignature represents an ECDSA signature.
FabricViewAddress contains the data relevant to the view sent in the address string by the remote client.
SmartContract provides functions for managing arbitrary key-value pairs.