From 6adb8d203b4a78db63d8a8791b8e52bf6f48bddc Mon Sep 17 00:00:00 2001 From: Levente Kiss Date: Mon, 4 Dec 2023 15:02:39 +0100 Subject: [PATCH] fix: expose stamp effective volume util (#893) Co-authored-by: Levente Kiss --- src/utils/expose.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/expose.ts b/src/utils/expose.ts index c8534923..1fe16cb8 100644 --- a/src/utils/expose.ts +++ b/src/utils/expose.ts @@ -54,6 +54,7 @@ export { getStampCostInBzz, getStampCostInPlur, getStampMaximumCapacityBytes, + getStampEffectiveBytes, getStampTtlSeconds, getStampUsage, } from './stamps'