Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
MEVProtectionResult
Interface MEVProtectionResult
interface
MEVProtectionResult
{
bundleId
?:
string
;
estimatedMEVSaved
?:
number
;
protected
:
boolean
;
simulation
?:
{
logs
?:
string
[]
;
success
:
boolean
;
}
;
tips
?:
{
jito
?:
number
;
priority
?:
number
;
}
;
}
Index
Properties
bundle
Id?
estimatedMEVSaved?
protected
simulation?
tips?
Properties
Optional
bundle
Id
bundle
Id
?:
string
Optional
estimatedMEVSaved
estimatedMEVSaved
?:
number
protected
protected
:
boolean
Optional
simulation
simulation
?:
{
logs
?:
string
[]
;
success
:
boolean
;
}
Optional
tips
tips
?:
{
jito
?:
number
;
priority
?:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bundle
Id
estimatedMEVSaved
protected
simulation
tips
@synapse/client-sdk
Loading...