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