sorokeep
Preparing search index...
InspectResult
Interface InspectResult
interface
InspectResult
{
contractId
:
string
;
contractName
?:
string
|
null
;
decimals
?:
number
;
error
?:
string
;
isSac
?:
boolean
;
network
?:
string
;
results
?:
InspectEntryInfo
[]
;
success
:
boolean
;
}
Index
Properties
contract
Id
contract
Name?
decimals?
error?
is
Sac?
network?
results?
success
Properties
contract
Id
contractId
:
string
Optional
contract
Name
contractName
?:
string
|
null
Optional
decimals
decimals
?:
number
Optional
error
error
?:
string
Optional
is
Sac
isSac
?:
boolean
Optional
network
network
?:
string
Optional
results
results
?:
InspectEntryInfo
[]
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contract
Id
contract
Name
decimals
error
is
Sac
network
results
success
sorokeep
Loading...