Skip to main content
Module

x/polkadot/util/bundle.ts>hexToString

Package publishing for deno.land/x/polkadot
Go to Latest
function hexToString
import { hexToString } from "https://deno.land/x/polkadot@0.2.25/util/bundle.ts";

Examples

import { hexToString } from 'https://deno.land/x/polkadot@0.2.25/util/mod.ts';

hexToU8a('0x68656c6c6f'); // hello

Parameters

optional
_value: string | null

Returns

string