mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-24 10:08:00 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import type { ToBnOptions } from '../types.js';
|
||||
/**
|
||||
* @name u8aToBigInt
|
||||
* @summary Creates a BigInt from a Uint8Array object.
|
||||
*/
|
||||
export declare function u8aToBigInt(value: Uint8Array, { isLe, isNegative }?: ToBnOptions): bigint;
|
||||
Reference in New Issue
Block a user