tuweni / org.apache.tuweni.units.bigints / BaseUInt256Value / <init>

<init>

protected BaseUInt256Value(value: UInt256!, ctor: Function<UInt256!, T>!)

Parameters

value - UInt256!: The value to instantiate this UInt256Value with.

ctor - Function<UInt256!, T>!: A constructor for the concrete type.

protected BaseUInt256Value(value: Long, ctor: Function<UInt256!, T>!)

Parameters

value - Long: An unsigned value to instantiate this UInt256Value with.

ctor - Function<UInt256!, T>!: A constructor for the concrete type.

protected BaseUInt256Value(value: BigInteger!, ctor: Function<UInt256!, T>!)

Parameters

value - BigInteger!: An unsigned value to instantiate this UInt256Value with.

ctor - Function<UInt256!, T>!: A constructor for the concrete type.