subnode/LoungeDesktop

use BigInt for accountId and appId

subnode opened this issue · 0 comments

accountId and appId are large numbers.
BigInt should be used if they are larger than Number.MAX_SAFE_INTEGER (2⁵³ - 1).