UNPKG

@ledgerhq/coin-algorand

Version:
12 lines 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initAccount = void 0; const bignumber_js_1 = require("bignumber.js"); function initAccount(account) { account.algorandResources = { rewards: new bignumber_js_1.BigNumber(0), nbAssets: account.subAccounts?.length ?? 0, }; } exports.initAccount = initAccount; //# sourceMappingURL=initAccount.js.map