TuumIO Ledgers
TuumIO Ledger specifications
A TuumIO ledger is used to store and manage data related to events or transactions within the network. If necessary, include details about tuumIO_ledgers
and tuumIO_ledger_tags
in your protocol.
Use tags to categorize data within TuumIO ledgers, such as Appointments, Prescriptions, Results, and others.
id
string
The unique ID of the TuumIO ledger tag.
name
string
The name of the TuumIO ledger tag.
Declare the attributes and values for the TuumIO ledgers.
id
string
The unique ID of the tuumIO ledger.
name
string
The name of the tuumIO ledger.
description
string
The description of the tuumIO ledger.
event_id
string
The reference ID of the event to be recorded in the tuumIO ledger.
private_cards
array
The cards with consent to view.
public_cards
array
The cards associated to the event record, which can be shared across the network.
tuumIO_ledger_tags
array
The reference IDs of the tuumIO ledger tags.
Last updated