SteemEncodable

public protocol SteemEncodable : Encodable

A type that can be encoded into Steem binary wire format.

  • binaryEncode(to:) Default implementation

    Encode self into Steem binary format.

    Default Implementation

    Declaration

    Swift

    func binaryEncode(to encoder: SteemEncoder) throws