github.com/status-im/status-go@v1.1.0/protocol/requests/set_syncing_on_mobile_network.go (about)

     1  package requests
     2  
     3  type SetSyncingOnMobileNetwork struct {
     4  	Enabled bool `json:"enabled"`
     5  }
     6  
     7  func (r *SetSyncingOnMobileNetwork) Validate() error {
     8  	return nil
     9  }