AOL
Overview
Create Topic
// MsgCreateTopic - create topics
type MsgCreateTopic struct {
TopicName string `json:"topic_name"`
Description string `json:"description"`
OwnerAddress sdk.AccAddress `json:"owner_address"`
}Add Writer
// MsgAddWriter - add writer to the topic
type MsgAddWriter struct {
TopicName string `json:"topic_name"`
Moniker string `json:"moniker"`
Description string `json:"description"`
WriterAddress sdk.AccAddress `json:"writer_address"`
OwnerAddress sdk.AccAddress `json:"owner_address"`
}Delete Writer
Add Record
Limits
Field
Min Length
Max Length
Charset
Last updated
Was this helpful?