status-go/protocol/switcher_card.go

9 lines
188 B
Go
Raw Normal View History

2023-01-05 16:11:57 +00:00
package protocol
type SwitcherCard struct {
CardID string `json:"cardId,omitempty"`
Type int `json:"type"`
Clock uint64 `json:"clock"`
ScreenID string `json:"screenId"`
}