Address
public struct Address : FlowEntity, Equatable, Hashable, Codable
extension Flow.Address: CustomStringConvertible
The data structure of address in Flow blockchain At the most time, it represents account address
-
Declaration
Swift
public var data: Data
-
Undocumented
Declaration
Swift
public init(hex: String)
-
Undocumented
Declaration
Swift
public init(data: Data)
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public var description: String { get }