stacks-fireblocks-sdk
Preparing search index...
utils/helpers
isSafeToSubmit
Function isSafeToSubmit
isSafeToSubmit
(
poxInput
:
PoxInfo
|
{
data
:
PoxInfo
}
,
safetyBuffer
?:
number
,
)
:
{
blocksUntilBoundary
:
number
;
rewardIndex
:
number
;
safe
:
boolean
}
Returns true if we're in a "safe" window to submit a stacking request now.
Parameters
poxInput
:
PoxInfo
|
{
data
:
PoxInfo
}
safetyBuffer
:
number
= stacks_info.stacking.solo.safetyBlocks
Returns
{
blocksUntilBoundary
:
number
;
rewardIndex
:
number
;
safe
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
stacks-fireblocks-sdk
Loading...
Returns true if we're in a "safe" window to submit a stacking request now.