UNPKG

@signumjs/core

Version:

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

18 lines 551 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getRewardRecipient = void 0; /** * Use with {@link ApiComposer} and belongs to {@link AccountApi}. * * See details at {@link AccountApi.getRewardRecipient} * * @category factories */ const getRewardRecipient = (service) => async (accountId) => { const parameters = { account: accountId }; return service.query('getRewardRecipient', parameters); }; exports.getRewardRecipient = getRewardRecipient; //# sourceMappingURL=getRewardRecipient.js.map