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