From c6b6e282e0bd4eb2bf3d42e107a12d5960b06f81 Mon Sep 17 00:00:00 2001 From: HenryNguyen5 Date: Thu, 12 Jul 2018 12:59:07 -0400 Subject: [PATCH] Change parse to be a static property --- cryptonote_utils/biginteger.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptonote_utils/biginteger.d.ts b/cryptonote_utils/biginteger.d.ts index 891843c..37e2db9 100644 --- a/cryptonote_utils/biginteger.d.ts +++ b/cryptonote_utils/biginteger.d.ts @@ -291,7 +291,7 @@ declare namespace BigInteger { * @returns {BigInteger} * @memberof BigInteger */ - parse(s: string, base?: number): BigInteger; + static parse(s: string, base?: number): BigInteger; /** * @description Add two .