nChain Event
Back to All
V.1.3.1
V.1.3.1
  • nChain Event User Guide
  • Overview
    • Introduction
      • Target Audience
    • Features and Benefits
      • Independent Operations
      • Web3 Development
    • Core Concepts
    • Encoded and Unencoded Records
  • Using 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
    • API Workflow
      • Write Record
      • Get Location Status
      • Read Record
      • Verify Record
  • Linked Records
    • Introduction
      • Concept - Link Locations
    • Functional Description
      • Create Link Record
      • Read Link Record
      • Update Link Record
      • Delete Link Record
      • Verify Link Record
    • Use Cases
      • Luxury Handbag Provenance
    • Tutorials
      • Collection Integrity
      • Provenance Integrity
    • API Workflow
      • Create Link Record
      • Get Link Location Status
      • Read Link Record
      • Update Link Record
      • Delete Link Record
      • Verify Link Record
  • API Documentation
    • nChain Event API
  • Bitcoin SV Blockchain
    • Features and Benefits
    • Writing to Blockchain
    • Reading from Blockchain
    • Transaction Format
    • Troubleshooting
    • Glossary
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").