@signumjs/core
Version:
Principal package with functions and models for building Signum Network applications.
13 lines • 521 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getTransactionByFullHash = void 0;
/**
* Use with {@link ApiComposer} and belongs to {@link TransactionApi}.
*
* See details at {@link TransactionApi.getTransactionByFullHash}
*
* @category factories
*/
const getTransactionByFullHash = (service) => (fullHash) => service.query('getTransaction', { fullHash: fullHash });
exports.getTransactionByFullHash = getTransactionByFullHash;
//# sourceMappingURL=getTransactionByFullHash.js.map