Docs
GitHub
Preparing search index...
The search index is not available
Fuels TS SDK API Documentation
Fuels TS SDK API Documentation
@fuel-ts/account
GetTransactionsSummariesParams
Interface GetTransactionsSummariesParams
interface
GetTransactionsSummariesParams
{
abiMap
?:
AbiMap
;
filters
:
Exact
<
{
after
?:
InputMaybe
<
string
>
;
before
?:
InputMaybe
<
string
>
;
first
?:
InputMaybe
<
number
>
;
last
?:
InputMaybe
<
number
>
;
owner
:
string
;
}
>
;
provider
:
Provider
;
}
Index
Properties
abi
Map?
filters
provider
Properties
Optional
abi
Map
abi
Map
?:
AbiMap
filters
filters
:
Exact
<
{
after
?:
InputMaybe
<
string
>
;
before
?:
InputMaybe
<
string
>
;
first
?:
InputMaybe
<
number
>
;
last
?:
InputMaybe
<
number
>
;
owner
:
string
;
}
>
provider
provider
:
Provider
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abi
Map
filters
provider
Docs
GitHub
Fuels TS SDK API Documentation
Loading...