LastModificationLamports return the lamport times at which the last version of the identity became valid.
()
| 515 | |
| 516 | // LastModificationLamports return the lamport times at which the last version of the identity became valid. |
| 517 | func (i *Identity) LastModificationLamports() map[string]lamport.Time { |
| 518 | return i.lastVersion().times |
| 519 | } |
| 520 | |
| 521 | // IsProtected return true if the chain of git commits started to be signed. |
| 522 | // If that's the case, only signed commit with a valid key for this identity can be added. |
nothing calls this directly
no test coverage detected