Docs
GitHub
Preparing search index...
The search index is not available
Fuels TS SDK API Documentation
Fuels TS SDK API Documentation
@fuel-ts/account
DecodedLogs
Interface DecodedLogs<T>
interface
DecodedLogs
<
T
>
{
groupedLogs
:
Record
<
string
,
T
[]
>
;
logs
:
T
[]
;
}
Type Parameters
T
=
unknown
Index
Properties
grouped
Logs
logs
Properties
grouped
Logs
grouped
Logs
:
Record
<
string
,
T
[]
>
logs
logs
:
T
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
grouped
Logs
logs
Docs
GitHub
Fuels TS SDK API Documentation
Loading...