mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-07-24 09:15:39 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import type { BN } from '../bn/bn.js';
|
||||
import type { NumberOptions, ToBigInt, ToBn } from '../types.js';
|
||||
/**
|
||||
* @name nToU8a
|
||||
* @summary Creates a Uint8Array object from a bigint.
|
||||
*/
|
||||
export declare function nToU8a<ExtToBn extends ToBn | ToBigInt>(value?: ExtToBn | BN | bigint | number | null, { bitLength, isLe, isNegative }?: NumberOptions): Uint8Array;
|
||||
Reference in New Issue
Block a user