Exam CBSA All QuestionsBrowse all questions from this exam
Question 18

How are "assets" in Hyperledger Fabric represented? (Select two.)

    Correct Answer: A, D

    Assets in Hyperledger Fabric are represented as a collection of key-value pairs and their state changes are recorded as transactions on a ledger. Assets can be represented in JSON for structured data and in Binary for raw data. JSON is commonly used for readable data exchanges, while binary format can be used for efficient storage or processing.

Discussion
felixwcfOptions: AD

Binary or JSON form. https://hyperledger-fabric.readthedocs.io/en/release-2.2/fabric_model.html#assets