Docs
GitHub
Preparing search index...
The search index is not available
Fuels TS SDK API Documentation
Fuels TS SDK API Documentation
@fuel-ts/account
AssetInfo
Interface AssetInfo
interface
AssetInfo
{
amount
?:
string
;
amountInUsd
?:
string
;
assetId
:
string
;
collection
?:
string
;
contractId
?:
string
;
decimals
:
number
;
icon
?:
string
;
isNFT
?:
boolean
;
metadata
:
Record
<
string
,
string
>
;
name
:
string
;
networks
?:
(
NetworkEthereum
|
NetworkFuel
)
[]
;
owner
?:
string
;
rate
?:
number
;
subId
?:
string
;
suspicious
:
boolean
;
symbol
:
string
;
totalSupply
?:
string
;
uri
?:
string
;
verified
:
boolean
;
}
Index
Properties
amount?
amount
In
Usd?
asset
Id
collection?
contract
Id?
decimals
icon?
isNFT?
metadata
name
networks?
owner?
rate?
sub
Id?
suspicious
symbol
total
Supply?
uri?
verified
Properties
Optional
amount
amount
?:
string
Optional
amount
In
Usd
amount
In
Usd
?:
string
asset
Id
asset
Id
:
string
Optional
collection
collection
?:
string
Optional
contract
Id
contract
Id
?:
string
decimals
decimals
:
number
Optional
icon
icon
?:
string
Optional
isNFT
isNFT
?:
boolean
metadata
metadata
:
Record
<
string
,
string
>
name
name
:
string
Optional
networks
networks
?:
(
NetworkEthereum
|
NetworkFuel
)
[]
Optional
owner
owner
?:
string
Optional
rate
rate
?:
number
Optional
sub
Id
sub
Id
?:
string
suspicious
suspicious
:
boolean
symbol
symbol
:
string
Optional
total
Supply
total
Supply
?:
string
Optional
uri
uri
?:
string
verified
verified
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
amount
In
Usd
asset
Id
collection
contract
Id
decimals
icon
isNFT
metadata
name
networks
owner
rate
sub
Id
suspicious
symbol
total
Supply
uri
verified
Docs
GitHub
Fuels TS SDK API Documentation
Loading...