fromInt256

fun fromInt256(scVal: SCValXdr): BigInteger

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

Return

the int256 value

Parameters

scVal

SCValXdr to convert

Throws