Skip to main content
Module

x/polkadot/mod.ts>util.hexToString

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

Examples

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

hexToU8a('0x68656c6c6f'); // hello

Parameters

optional
_value: string | null

Returns

string