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
  • Introduction
  • Configuration
  1. AstraKode Wiki
  2. Smart Contract IDE
  3. Technologies
  4. Ethereum
  5. Components

Mapping

PreviousImportsNextModifiers

Last updated 11 months ago

Introduction

Mapping is a specialized component used to match expected types with any currently available data entity in a Function's flow.

A mapping works in the following way:

  • on the right-hand side, one is able to see the data entity type that the mapping expects.

  • On the left-hand side, the user is able to select or define a data entity to match (type-wise) to the one on the right-hand side.

Configuration

The Map From Data Entity is the data entity that must be selected or defined in order to match the expected data entity type.

The Map To Data Entity is the data entity (type) that the Mapping expects the Map From data entity to be matched to.

Data Entity