()
| 86 | } |
| 87 | |
| 88 | func (ssr *SetSignatureRequired) Id() entity.Id { |
| 89 | // the Id of the operation is the hash of the serialized data. |
| 90 | return dag.IdOperation(ssr, &ssr.OpBase) |
| 91 | } |
| 92 | |
| 93 | func (ssr *SetSignatureRequired) Validate() error { |
| 94 | return ssr.OpBase.Validate(ssr, SetSignatureRequiredOp) |
nothing calls this directly
no test coverage detected