UNPKG

starkinfra

Version:

SDK to facilitate Node integrations with Stark Infra

8 lines (6 loc) 287 B
const ledgerTransaction = require('./ledgerTransaction.js'); exports.create = ledgerTransaction.create; exports.get = ledgerTransaction.get; exports.query = ledgerTransaction.query; exports.page = ledgerTransaction.page; exports.LedgerTransaction = ledgerTransaction.LedgerTransaction;