u64 method

dynamic u64(
  1. BigInt value
)

Implementation

dynamic u64(BigInt value) => _makePure(SuiBcs.U64.serialize(value));