TestCallBytes constructor

TestCallBytes(
  1. {required bytes x,
  2. int? extra,
  3. int? clientId}
)

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

Returns TestBytes

Implementation

TestCallBytes