Event
Back to All
V.1.4.3
V.1.4.3
  • nChain Event User Guide
  • 📔Overview
    • Introduction
    • Configuration Symbols
    • Features and Benefits
    • Core Concepts
    • Encoded and Unencoded ‡ Records
  • 🤔Using nChain Event
    • How to Use nChain Event
    • Initial Set-Up
  • 🔏Independent Records
    • Introduction
    • Functional Description
      • Write Record
      • Read Record
      • Verify Record †
    • Use Cases
      • Lucky Number Tickets
      • Internet of Things (IoT) Data
      • Intellectual Property Rights (IPR) Evidence
      • Car Dealership
    • Tutorials
      • Data Integrity
      • Blockchain Unique Identifiers
    • API Workflow
      • Configure API
      • Write Record
      • Get Location Status
      • Read Record
      • Verify Record †
  • 🔗Linked Records §
    • Introduction
    • Functional Description
      • Create Link Record §
      • Read Link Record §
      • Update Link Record §
      • Delete Link Record §
      • Verify Link Record § †
      • Navigate Linked Record § ¶
    • Use Cases
      • Luxury Handbag Provenance
      • Random Prize Draw
    • Tutorials
      • Collection Integrity
      • Provenance Integrity
    • API Workflow
      • Configure API
      • Create Link Record §
      • Get Link Location Status §
      • Read Link Record §
      • Update Link Record §
      • Delete Link Record §
      • Verify Link Record § †
      • Navigate Link Record § ¶
  • ⚙️API Documentation
    • nChain Event API
  • ⛓️Bitcoin SV Blockchain
    • Features and Benefits
    • Writing to Blockchain
    • Reading from Blockchain
    • Transaction Format
  • ⁉️Troubleshooting
    • Troubleshooting
    • Error Codes
    • Glossary
    • Contact Us
Powered by GitBook
On this page
  1. Linked Records §

Introduction

PreviousVerify Record †NextFunctional Description

Last updated 6 months ago

Use linked records if you want your records to be publicly linked together on the blockchain. This may be because: the records are members of a collection e.g. a set of components; the records are historical versions of a document; the records are in a sequence; the records are created by different members of a consortium; you want the additional security that linking arbitrary records provides; whatever suits your use case.

  • nChain Event enables you to link records together on the blockchain.

  • You start by creating a record at a linked location.

  • You can update the linked location to add any number of further records.

  • You can terminate the linked locations to prevent the addition of further records.

  • You can read individual records from any of the linked locations and verify that the original records match those written to the blockchain.

Records are linked together using transaction outputs and inputs. The latest location of the linked locations is either available to extend the linked records (has an unused output) or is terminated (has no unused outputs).

There can be any number of different linked records across any number of blocks.

In this example there are several sets of linked records:

Linked records A was not updated in the latest block Linked records B was not updated in the previous block Linked records C was not updated for several blocks Linked records E has not been updated at all yet

Linked records provide the following additional capabilities over independent records:

  • Provability of the sequence of events (see A, B, C below).

  • Provability of linkage between events (see Link AB and Link BC below).

  • A state of created, updated or deleted which can be interpreted according to the use case.

  • All linked locations records are available on the blockchain (avoiding vendor lock-in).

Interoperability between different nChain Event operators or similar transaction funders (see X, Y, Z below – the Z link can only be updated by Bob’s application)

Concept - Link Locations

Link locations reference link record transactions that, in addition to containing records, contain a link location to the previous link record transaction (except for create link records), and are able to be (or have been) referenced by a subsequent link record transaction.

🔗
§