Address - CosmosSwift/swift-coin GitHub Wiki

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