Skip to content

Commit

Permalink
chore: remove unused docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Feb 7, 2024
1 parent 53f635f commit ff597c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/cosmos.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ func UnmarshalMessage(index int, rawMsg json.RawMessage) (Message, error) {
// StandardMessage represents the data of a single transaction message.
// It contains the raw bytes of the message, plus the type of the message. This is done in order to be able to
// support any kind of message agnosticly while still being able to decode the message bytes into a concrete type.
// It also contains
type StandardMessage struct {
Index int
Type string `json:"@type"`
Expand Down

0 comments on commit ff597c7

Please sign in to comment.