FlowEntity

public protocol FlowEntity

Protocol to hanld Flow network model

  • The content of the entity

    Declaration

    Swift

    var data: Data { get set }
  • bytes Default implementation

    Convert data into a list of UInt8

    Default Implementation

    Declaration

    Swift

    var bytes: Bytes { get }
  • hex Default implementation

    Convert data into hex string

    Default Implementation

    Declaration

    Swift

    var hex: String { get }