UNPKG

@fruitsjs/core

Version:

Principal package with functions and models for building Fruits Eco-Blockchain applications.

8 lines 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAccountBalance = void 0; const getAccountBalance = (service) => (accountId) => service.query('getBalance', { account: accountId, }); exports.getAccountBalance = getAccountBalance; //# sourceMappingURL=getAccountBalance.js.map