UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

6 lines (5 loc) 152 B
// This is max nonce value accepted by sw. const nonceMax = Math.pow(2, 31) - 1 module.exports = () => { return Math.ceil(Math.random() * nonceMax) }