Dictionary
public extension Dictionary where Key == String
Helper methods for extracting data from Michelson JSON, to reduce the amount of as? [String: Any]
extracting, and instead use some of the standarad naming
-
Declaration
Swift
func michelsonValue() -> [String : Any]?
-
Declaration
Swift
func michelsonValueArray() -> [[String : Any]]?
-
Declaration
Swift
func michelsonArgsArray() -> [[String : Any]]?
-
Declaration
Swift
func michelsonArgsUnknownArray() -> [Any]?
-
Declaration
Swift
func michelsonInt() -> String?
-
Declaration
Swift
func michelsonString() -> String?