From b71f7479a62e5b018899c668306a1516c1048b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pr=C3=A9vost?= <998369+prevostc@users.noreply.github.com> Date: Sat, 27 Apr 2024 12:41:38 +0100 Subject: [PATCH] Format --- src/utils/decimal.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/decimal.ts b/src/utils/decimal.ts index 1eea532..a981b9d 100644 --- a/src/utils/decimal.ts +++ b/src/utils/decimal.ts @@ -4,6 +4,7 @@ export let ZERO_BI = BigInt.fromI32(0) export let ONE_BI = BigInt.fromI32(1) export let TEN_BI = BigInt.fromI32(10) + @inline export function changeValueEncoding( value: BigInt,