Address
struct Address : FlowEntity, Equatable, Hashable
extension Flow.Address: 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 var hex: String { get }
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public var description: String { get }