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