Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitpay/bitcore-message
/ toHex
Function
toHex
bitcore-message.js:1955–1958 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
1953
}
1954
1955
function
toHex (n) {
1956
if
(n < 16)
return
'0'
+ n.toString(16)
1957
return
n.toString(16)
1958
}
1959
1960
function
utf8ToBytes (string, units) {
1961
units = units || Infinity
Callers
1
hexSlice
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected