u128 method

dynamic u128(
  1. BigInt value
)

Implementation

dynamic u128(BigInt value) => _makePure(SuiBcs.U128.serialize(value));