UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

11 lines (10 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const getTransactions = (actor, accountId) => { return actor._get_transactions({ account_identifier: accountId, page_size: 20, offset: 0, }); }; exports.default = { getTransactions };