getBigIntAddress method

BigInt getBigIntAddress(
  1. dynamic str
)

Implementation

BigInt getBigIntAddress(str) {
  return Address._hexToAddressNum(str);
}