Skip to content

Address

ratranqu edited this page Jan 28, 2021 · 1 revision

Address

public protocol Address: Codable, CustomStringConvertible

Inheritance

Codable, CustomStringConvertible

Requirements

equals(_:​)

func equals(_ other: Address) -> Bool

isEmpty

var isEmpty: Bool

marshal()

func marshal() throws -> Data

marshalJSON()

func marshalJSON() throws -> Data

data

var data: Data

Clone this wiki locally