UNPKG
@safik/fk-plug-controller
Version:
latest (0.12.3)
0.12.3
Internet Computer Plug wallet's controller
github.com/Psychedelic/plug-controller
@safik/fk-plug-controller
/
dist
/
utils
/
dfx
/
nns_uid
/
methods.js
11 lines
(10 loc)
•
293 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"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 };