AKB Wiki
  • AstraKode Wiki
    • Getting Started
    • Network Composer
      • Technologies
        • Hyperledger Fabric
      • Components
        • Certificate Authority
        • Channel
        • Consortium
        • Orderer
        • Ordering Service
        • Organization
        • Peer
    • Smart Contract IDE
      • Technologies
        • Ethereum
          • Components
            • Contracts
            • Data Entities
            • Elements
            • Events
            • Functions
            • Imports
            • Mapping
            • Modifiers
            • Natural Language Metadata
            • Operations
        • Hyperledger Fabric
          • Components
            • Asset Definition
            • Contracts
            • Data Entities
            • Elements
            • Functions
            • Operations
    • FAQs
    • Video Demos
    • Support
  • Release Notes
  • Contacts
Powered by GitBook
On this page
  1. AstraKode Wiki
  2. Smart Contract IDE
  3. Technologies
  4. Hyperledger Fabric
  5. Components

Asset Definition

PreviousComponentsNextContracts

Last updated 1 year ago

Define the Name: Assign a unique, descriptive name to your asset for easy identification.

Set Properties: Click on "PROPERTIES*" to specify the attributes that make up your asset, ensuring each property is essential and well-defined.

In the "Add Struct Data Entity" section, you can define a new data structure by assigning a unique name, specifying if the entity is constant, and selecting its type. You can then add various properties to the structure by clicking the "+" button, where you will provide labels and types for each property. Additionally, you can use the "DefinitionRef" field to reference other existing definitions, ensuring your data structure is comprehensive and well-organized.