Skip to content

Commit

Permalink
add new status
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Nov 12, 2024
1 parent 9dc0976 commit 054b347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/KukaiCoreSwift/Models/BakingBad/TzKTBaker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Foundation
public enum TzKTBakerStatus: String, Codable {
case active
case closed
case notResponding = "not_responding"
}

/// Object to denote the the setting parameters of the baker. Can be used seperately for both delegation and staking
Expand Down

0 comments on commit 054b347

Please sign in to comment.