UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

18 lines 533 B
"use strict"; /** * Original work Copyright (c) 2019 Burst Apps Team */ Object.defineProperty(exports, "__esModule", { value: true }); exports.getAccountBalance = void 0; /** * Use with {@link ApiComposer} and belongs to {@link AccountApi}. * * See details at {@link AccountApi.getAccountBalance} * * @category factories */ const getAccountBalance = (service) => (accountId) => service.query('getBalance', { account: accountId, }); exports.getAccountBalance = getAccountBalance; //# sourceMappingURL=getAccountBalance.js.map