SteemEncodable
public protocol SteemEncodable : Encodable
A type that can be encoded into Steem binary wire format.
-
binaryEncode(to:)
Default implementationEncode self into Steem binary format.
Default Implementation
Declaration
Swift
func binaryEncode(to encoder: SteemEncoder) throws