decodeBigIntToUnsigned function

BigInt decodeBigIntToUnsigned(
  1. List<int> magnitude
)

Implementation

BigInt decodeBigIntToUnsigned(List<int> magnitude) => utils.decodeBigIntWithSign(1, magnitude);