Skip to content
Snippets Groups Projects
Unverified Commit 65f8b0b1 authored by Angelo Capossele's avatar Angelo Capossele Committed by GitHub
Browse files

Update client/message.go


Co-Authored-By: default avatarLuca Moser <moser.luca@gmail.com>
parent 241cb6ed
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ const (
routeFindById = "findById"
)
// FindMessageById finds messages by the given ids. The messages are returned in the same order as
// the given ids. Non available messages are empty at their corresponding index.
func (api *GoShimmerAPI) FindMessageById(base58EncodedIds []string) (*webapi_message.Response, error) {
res := &webapi_message.Response{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment