Other Protocols
The following protocols are available globally.
-
A protocol that indicates a data structure can be rendered as raw
See moreData.Declaration
Swift
public protocol RawDataEncoding -
A protocol that indicates a data structure can be rebuilt from only
See moreData.Declaration
Swift
public protocol RawDataDecoding -
A protocol that inbdicates a data structure can be both rendered and rebuilt as
Data.Declaration
Swift
public protocol RawDataCoding : RawDataDecoding, RawDataEncoding -
Undocumented
Declaration
Swift
public protocol WebSocketRequest : RPCRequest
Other Protocols Reference