FlowEntity public protocol FlowEntity Protocol to hanld Flow network model Show on GitHub data The content of the entity Declaration Swift var data: Data { get set } Show on GitHub bytes Default implementation Convert data into a list of UInt8 Default Implementation Declaration Swift var bytes: Bytes { get } Show on GitHub hex Default implementation Convert data into hex string Default Implementation Declaration Swift var hex: String { get } Show on GitHub © 2021 Zed Team. All rights reserved. (Last updated: 2021-11-09) Generated by jazzy ♪♫ v0.14.1, a Realm project.