AOL
The AOL(Append Only Log), which can store various useful data such as healthcare data, is the key feature of the Panacea blockchain. It allows user to manage topics, authorities, and data.
Overview
Create Topic
A MsgCreateTopic
is constructed to facilitate the AOL topic. Message sender can set a topic and description. The writer can add record after receiving the appropriate privileges.
Each field has limit. See the Limits section.
Add Writer
The owner of the exist topics can manage writer privileges. Writer who received privileges from the topic owner can add record to the topic. This means that the owner authenticate the writer. This MsgAddWriter
performs a function similar to issuing a certificate.
Each field has limit. See the Limits section.
Delete Writer
This MsgDeleteWriter
removes writer from the topic. It is impossible to add record to the topic after being deprived of authority.
Each field has limit. See the Limits section.
Add Record
This MsgAddRecord
add record or any data to the topic. If FeePayerAddress
is provided, node charges fee to FeePayer.
Each field has limit. See the Limits section.
Limits
Last updated