Preparing search index...
The search index is not available
@switchboard-xyz/sui-sdk
@switchboard-xyz/sui-sdk
AggregatorData
Interface AggregatorData
interface
AggregatorData
{
authority
:
string
;
createdAtMs
:
number
;
currentResult
:
CurrentResultData
;
feedHash
:
string
;
id
:
string
;
maxStalenessSeconds
:
number
;
maxVariance
:
number
;
minResponses
:
number
;
minSampleSize
:
number
;
name
:
string
;
queue
:
string
;
updateState
:
{
currIdx
:
number
;
results
:
Update
[]
}
;
}
Index
Properties
authority
created
At
Ms
current
Result
feed
Hash
id
max
Staleness
Seconds
max
Variance
min
Responses
min
Sample
Size
name
queue
update
State
Properties
authority
authority
:
string
created
At
Ms
createdAtMs
:
number
current
Result
currentResult
:
CurrentResultData
feed
Hash
feedHash
:
string
id
id
:
string
max
Staleness
Seconds
maxStalenessSeconds
:
number
max
Variance
maxVariance
:
number
min
Responses
minResponses
:
number
min
Sample
Size
minSampleSize
:
number
name
name
:
string
queue
queue
:
string
update
State
updateState
:
{
currIdx
:
number
;
results
:
Update
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authority
created
At
Ms
current
Result
feed
Hash
id
max
Staleness
Seconds
max
Variance
min
Responses
min
Sample
Size
name
queue
update
State
@switchboard-xyz/sui-sdk
Loading...