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 © 2025 Outblock Team. All rights reserved. (Last updated: 2025-03-31) Generated by jazzy ♪♫ v0.15.3, a Realm project.