TzKTAddress

public struct TzKTAddress : Codable

Details about a given contract

  • Contract addresses may have an alias (human readbale) name, to denote a person or service

    Declaration

    Swift

    public let alias: String?
  • The KT1 address of the contract

    Declaration

    Swift

    public let address: String
  • Declaration

    Swift

    public init(alias: String?, address: String)