Ezly
Website
GitHub
Discord
Preparing search index...
operations
Function operations
operations
(
identification
:
Identification
,
group
:
TransactionGroup
,
limit
?:
number
,
fetcher
?:
Fetcher
,
)
:
Promise
<
Readonly
<
{
amount
:
number
;
date
:
Date
;
id
:
number
;
isCredit
:
boolean
;
message
:
string
|
null
;
status
:
TransactionGroupStatus
;
type
:
OperationType
;
}
,
>
[]
,
>
Parameters
identification
:
Identification
group
:
TransactionGroup
limit
:
number
= 15
fetcher
:
Fetcher
= defaultFetcher
Returns
Promise
<
Readonly
<
{
amount
:
number
;
date
:
Date
;
id
:
number
;
isCredit
:
boolean
;
message
:
string
|
null
;
status
:
TransactionGroupStatus
;
type
:
OperationType
;
}
,
>
[]
,
>
a list of the last operations
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Website
GitHub
Discord
Ezly
Loading...