()
| 91 | } |
| 92 | |
| 93 | func (ssr *SetSignatureRequired) Validate() error { |
| 94 | return ssr.OpBase.Validate(ssr, SetSignatureRequiredOp) |
| 95 | } |
| 96 | |
| 97 | // Apply is the function that makes changes on the snapshot |
| 98 | func (ssr *SetSignatureRequired) Apply(snapshot *Snapshot) { |