index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
json-schemas
/
schemas
/
hex_schema.json
blob: f37815d5bd02f752c7575f098ebe666181e8e0ec (
plain
) (
blame
)
1
2
3
4
5
{
"id"
:
"/hexSchema"
,
"type"
:
"string"
,
"pattern"
:
"^0x(([0-9a-f][0-9a-f])+)?$"
}