XDREncodable
public protocol XDREncodable : Encodable, Sendable
A protocol for types which can be encoded to binary.
-
xdrEncode(to:Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func xdrEncode(to encoder: XDREncoder) throws -
xdrEncodedExtension methodUndocumented
Declaration
Swift
var xdrEncoded: String? { get }
View on GitHub
Install in Dash