mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
9 lines
188 B
Go
9 lines
188 B
Go
|
package protocol
|
||
|
|
||
|
type SwitcherCard struct {
|
||
|
CardID string `json:"cardId,omitempty"`
|
||
|
Type int `json:"type"`
|
||
|
Clock uint64 `json:"clock"`
|
||
|
ScreenID string `json:"screenId"`
|
||
|
}
|