NextLayerType returns the LayerType which should be used to decode the LayerPayload.
()
| 40 | // NextLayerType returns the LayerType which should be used to decode |
| 41 | // the LayerPayload. |
| 42 | NextLayerType() LayerType |
| 43 | // LayerPayload is the set of bytes remaining to decode after a call to |
| 44 | // DecodeFromBytes. |
| 45 | LayerPayload() []byte |