ArbitBox constructor

ArbitBox(
  1. Evidence evidence,
  2. SimpleValue value,
  3. Nonce nonce
)

Implementation

ArbitBox(Evidence evidence, SimpleValue value, Nonce nonce)
    : super(value, evidence, nonce, typeString);