Skip to content

Commit

Permalink
add custom value of batch as option for tzkt transaction type
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Feb 1, 2024
1 parent cdaeeb8 commit c1f7897
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/KukaiCoreSwift/Models/BakingBad/TzKTTransaction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public struct TzKTTransaction: Codable, CustomStringConvertible, Hashable, Ident
case origination
case transaction
case reveal
case batch
case unknown
}

Expand All @@ -41,6 +42,7 @@ public struct TzKTTransaction: Codable, CustomStringConvertible, Hashable, Ident
case reveal
case exchange
case contractCall
case batch
case unknown
}

Expand Down

0 comments on commit c1f7897

Please sign in to comment.