TestCallVectorString
public struct TestCallVectorString : Codable, Equatable, TDFunction
Returns the received vector of strings; for testing only. This is an offline method. Can be called before authorization
-
Undocumented
Declaration
Swift
public typealias Result = TestVectorString -
Vector of strings to return
Declaration
Swift
public let x: [String] -
Returns the received vector of strings; for testing only. This is an offline method. Can be called before authorization
Declaration
Swift
public init(x: [String])Parameters
xVector of strings to return
View on GitHub
Install in Dash
TestCallVectorString Structure Reference