package
Version:
v0.9.7-beta.2
Opens a new window with list of versions in this module.
Published: Apr 22, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FeedContent struct {
Message string `json:"message"`
URL string `json:"url"`
}
type FeedObject struct {
Address string `json:"address"`
TxID ids.ID `json:"txID"`
Timestamp int64 `json:"timestamp"`
Fee uint64 `json:"fee"`
Content *FeedContent `json:"content"`
}
TODO: allow for multiple feeds
Source Files
¶
Click to show internal directories.
Click to hide internal directories.