web3-utilsFunctionsuuidV4uuidV4 CallableuuidV4(): stringGenerate a version 4 (random) uuid https://github.com/uuidjs/uuid/blob/main/src/v4.js#L5@exampleconsole.log(web3.utils.uuidV4());> "1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed"Returns stringA version 4 uuid of the form xxxxxxxx-xxxx-4xxx-xxxx-xxxxxxxxxxxx
Generate a version 4 (random) uuid https://github.com/uuidjs/uuid/blob/main/src/v4.js#L5