Documentation
¶
Index ¶
- Constants
- Variables
- func GetBlocks(c echo.Context) error
- func GetCommittedSlot(c echo.Context) error
- func GetCommittedSlotByCommitment(c echo.Context) error
- func GetCurrentSC(c echo.Context) error
- func GetLatestConfirmedIndex(c echo.Context) error
- func GetTransactions(c echo.Context) error
- func GetUTXOs(c echo.Context) error
Constants ¶
View Source
const PluginName = "WebAPISlotEndpoint"
PluginName is the name of the web API slot endpoint plugin.
Variables ¶
View Source
var ( // Plugin is the plugin instance of the web API slot endpoint plugin. Plugin *node.Plugin )
Functions ¶
func GetCommittedSlot ¶
func GetCurrentSC ¶
func GetLatestConfirmedIndex ¶
func GetTransactions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.