TzKTAccountDelegate

public struct TzKTAccountDelegate : Codable, Equatable

Model mapping to TzKT.io’s Account.Delegate Object

  • Bakers may have an alias (human readbale) name for their service

    Declaration

    Swift

    public let alias: String?
  • Bakers must have a valid address

    Declaration

    Swift

    public let address: String
  • Bool indicating whether or not the baker is currently active

    Declaration

    Swift

    public let active: Bool
  • Declaration

    Swift

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