FaVersion
public enum FaVersion : String, Codable
Enum representing the version of tezos “FA” token contracts
-
Declaration
Swift
case fa1_2 = "fa1.2"
-
Declaration
Swift
case fa2
-
Declaration
Swift
case unknown
-
Declaration
Swift
public init(from decoder: Decoder) throws