AOL
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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 section.
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.
This MsgDeleteWriter
removes writer from the topic. It is impossible to add record to the topic after being deprived of authority.
This MsgAddRecord
add record or any data to the topic. If FeePayerAddress
is provided, node charges fee to FeePayer.
TopicName
1
70
a-z
, A-Z
, 0-9
, .
, _
and -
Moniker
0
70
a-z
, A-Z
, 0-9
, .
, _
and -
Description
0
5,000
Any
Key
0
70
Any
Value
0
5,000
Any
Each field has limit. See the section.
Each field has limit. See the section.
Each field has limit. See the section.