SignedData(raw: SerializedBytes<T>, sig: WithKey)
A serialized piece of data and its signature. Enforces signature validity in order to deserialize the data contained within.
raw
- the raw serialized datasig
- the (unverified) signature for the data