UNPKG

@ledgerhq/coin-algorand

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