Please enable JavaScript.
Coggle requires JavaScript to display documents.
Hyperledger Composer API (Common API (Concept (Resource is an instance…
Hyperledger Composer API
Common API
-
-
-
-
-
DecoratorFactory
An interface for a class that processes a decorator and returns a specific implementation class for that decorator
-
-
-
-
-
-
-
Identifiable
Identifiable is an entity with a namespace, type and an identifier
Factory
Use the Factory to create instances of Resource: transactions, participants and assets
Introspector
Provides access to the structure of transactions, assets and participants
-
-
Property
Property representing an attribute of a class declaration, either a Field or a Relationship
-
-
-
-
-
-
-
-
-
ValidatedResource
ValidatedResource is a Resource that can validate that property changes (or the whole instance) do not violate the structure of the type information associated with the instance
-
-
Runtime API
Factory
A factory creates new instances of assets, participants, transactions, and relationships.
-
-
-
-
Serializer
A serializer serializes instances of assets, participants, transactions, and relationships to and from a JSON serialization format.