Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/util/types.ts>HexDigit

Package publishing for deno.land/x/polkadot
Go to Latest
type alias HexDigit
import { type HexDigit } from "https://deno.land/x/polkadot@0.2.35/util/types.ts";
definition:
| "0"
| "1"
| "2"
| "3"
| "4"
| "5"
| "6"
| "7"
| "8"
| "9"
| "a"
| "b"
| "c"
| "d"
| "e"
| "f"