RubixInteract constructor

RubixInteract(
  1. String inputSecret
)

Implementation

RubixInteract(String inputSecret) {
  bits = inputSecret;
}