nChain 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
  • Independent Records
  • Linked Records
  1. ⛓️Bitcoin SV Blockchain

Transaction Format

PreviousReading from BlockchainNextTroubleshooting

This is an overview of the format of the nChain Event transactions registered on the blockchain. It shows which inputs and outputs can be expected in each transaction type. Please contact nChain for a complete technical specification.

Independent Records

Operation
Record Type
Transaction Inputs
Transaction Outputs

Write

Fingerprint

Fixed Funding Chits

0: nChain Event header

1: fixed length fingerprint

Write

Unencoded

Variable Funding Chits

0: nChain Event header

1: variable length record

Linked Records

Operation
Record Type
Transaction Inputs
Transaction Outputs

Create

Fingerprint

Fixed Funding Chits

0: nChain Event header

1: fixed length fingerprint

2: fund for next

Create

Unencoded

Variable Funding Chits

0: nChain Event header

1: variable length record

2: fund for next

Update

Fingerprint

0: fund from previous

1+: Fixed Funding Chits

0: nChain Event header

1: fixed length fingerprint

2: fund for next

Update

Unencoded

0: fund from previous

1+: Variable Funding Chits

0: nChain Event header

1: variable length record

2: fund for next

Delete / Finalise

None

0: fund from previous

1+: Fixed Funding Chits

0: nChain Event header

Note that it is possible to follow linked records from the current record, either by transitioning backwards along the chain to the previous record that provided an input fund for this record ("0: fund from previous") or forwards to the next record that spent this record's output fund ("2: fund for next"). The Navigate Linked Record facility makes this easy for you.