Documentation ¶
Index ¶
- func GetMessage(c echo.Context) (err error)
- func GetMessageConsensusMetadata(c echo.Context) (err error)
- func GetMessageMetadata(c echo.Context) (err error)
- func NewMessageMetadata(metadata *tangle.MessageMetadata) jsonmodels.MessageMetadata
- func Plugin() *node.Plugin
- func PostPayload(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMessage ¶ added in v0.5.3
GetMessage is the handler for the /messages/:messageID endpoint.
func GetMessageConsensusMetadata ¶ added in v0.5.7
GetMessageConsensusMetadata is the handler for the /messages/:messageID/consensus endpoint.
func GetMessageMetadata ¶ added in v0.5.3
GetMessageMetadata is the handler for the /messages/:messageID/metadata endpoint.
func NewMessageMetadata ¶ added in v0.6.4
func NewMessageMetadata(metadata *tangle.MessageMetadata) jsonmodels.MessageMetadata
NewMessageMetadata returns MessageMetadata from the given tangle.MessageMetadata.
func PostPayload ¶ added in v0.5.3
PostPayload is the handler for the /messages/payload endpoint.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.