sorokeep
Preparing search index...
InspectEntryInfo
Interface InspectEntryInfo
interface
InspectEntryInfo
{
approximateTimeRemaining
?:
string
|
null
;
balance
?:
{
amount
:
bigint
;
authorized
:
boolean
;
clawback
:
boolean
}
;
decodedValue
?:
DecodedScVal
;
entryKeyXdr
:
string
;
formattedBalance
?:
string
;
found
:
boolean
;
inputEntry
:
string
;
remainingTTL
?:
number
|
null
;
status
?:
string
;
type
:
"raw"
|
"balance"
;
}
Index
Properties
approximate
Time
Remaining?
balance?
decoded
Value?
entry
Key
Xdr
formatted
Balance?
found
input
Entry
remaining
TTL?
status?
type
Properties
Optional
approximate
Time
Remaining
approximateTimeRemaining
?:
string
|
null
Optional
balance
balance
?:
{
amount
:
bigint
;
authorized
:
boolean
;
clawback
:
boolean
}
Optional
decoded
Value
decodedValue
?:
DecodedScVal
entry
Key
Xdr
entryKeyXdr
:
string
Optional
formatted
Balance
formattedBalance
?:
string
found
found
:
boolean
input
Entry
inputEntry
:
string
Optional
remaining
TTL
remainingTTL
?:
number
|
null
Optional
status
status
?:
string
type
type
:
"raw"
|
"balance"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
approximate
Time
Remaining
balance
decoded
Value
entry
Key
Xdr
formatted
Balance
found
input
Entry
remaining
TTL
status
type
sorokeep
Loading...