protected BaseUInt256Value(value: UInt256!, ctor: Function<UInt256!, T>!)
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>!)
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>!)
value - BigInteger!: An unsigned value to instantiate this UInt256Value with.
ctor - Function<UInt256!, T>!: A constructor for the concrete type.