ScValU128 constructor

ScValU128(
  1. UInt128Parts value
)

Implementation

ScValU128(UInt128Parts value) : super(type: ScValueType.u128, value: value);