github.com/status-im/status-go@v1.1.0/protocol/switcher_card.go (about) 1 package protocol 2 3 type SwitcherCard struct { 4 CardID string `json:"cardId,omitempty"` 5 Type int `json:"type"` 6 Clock uint64 `json:"clock"` 7 ScreenID string `json:"screenId"` 8 }