()
| 195 | // the zero value if this node does not expire |
| 196 | func (v NodeView) KeyExpiry() time.Time { return v.ж.KeyExpiry } |
| 197 | func (v NodeView) KeySignature() views.ByteSlice[tkatype.MarshaledSignature] { |
| 198 | return views.ByteSliceOf(v.ж.KeySignature) |
| 199 | } |
| 200 | func (v NodeView) Machine() key.MachinePublic { return v.ж.Machine } |
| 201 | func (v NodeView) DiscoKey() key.DiscoPublic { return v.ж.DiscoKey } |
| 202 |
no test coverage detected