UNPKG

@polkadot/util

Version:
7 lines (6 loc) 216 B
import type { ToBnOptions } from '../types'; /** * @name u8aToBigInt * @summary Creates a BigInt from a Uint8Array object. */ export declare function u8aToBigInt(value: Uint8Array, options?: ToBnOptions): bigint;