TestCallVectorInt

public struct TestCallVectorInt : Codable, Equatable, TDFunction

Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization

  • Undocumented

    Declaration

    Swift

    public typealias Result = TestVectorInt
  • x

    Vector of numbers to return

    Declaration

    Swift

    public let x: [Int32]
  • Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization

    Declaration

    Swift

    public init(x: [Int32])

    Parameters

    x

    Vector of numbers to return