Instance Property
dataRepresentation
The serialized public key bytes as Data, in the key’s format.
- iOS 13.0+
- macCatalyst 13.0+
- macOS 10.15+
- tvOS 13.0+
- visionOS 1.0+
- watchOS 6.0+
var dataRepresentation: Data { get }
Discussion
Suitable for transmission and storage. Note: for full reconstruction on the receiving side, you must also transmit the cache from xonly — the raw bytes alone do not carry the MuSig key-aggregation coefficients required for the partial-signing phase.