@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
12 lines • 406 B
JavaScript
;
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