fromUint256

fun fromUint256(scVal: SCValXdr): BigInteger

Convert from SCValXdr with the type of SCValTypeXdr.SCV_U256 to BigInteger.

Return

the uint256 value

Parameters

scVal

SCValXdr to convert

Throws