u256 method

dynamic u256(
  1. BigInt value
)

Implementation

dynamic u256(BigInt value) => _makePure(SuiBcs.U256.serialize(value));