Preparing search index...
The search index is not available
@switchboard-xyz/aptos-sdk
@switchboard-xyz/aptos-sdk
AggregatorData
Interface AggregatorData
interface
AggregatorData
{
address
:
string
;
authority
:
string
;
createdAt
:
number
;
currentResult
:
CurrentResult
;
feedHash
:
string
;
maxStalenessSeconds
:
number
;
maxVariance
:
number
;
minResponses
:
number
;
minSampleSize
:
number
;
name
:
string
;
queue
:
string
;
updateState
:
{
currIdx
:
number
;
results
:
Update
[]
}
;
}
Index
Properties
address
authority
created
At
current
Result
feed
Hash
max
Staleness
Seconds
max
Variance
min
Responses
min
Sample
Size
name
queue
update
State
Properties
address
address
:
string
authority
authority
:
string
created
At
createdAt
:
number
current
Result
currentResult
:
CurrentResult
feed
Hash
feedHash
:
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
address
authority
created
At
current
Result
feed
Hash
max
Staleness
Seconds
max
Variance
min
Responses
min
Sample
Size
name
queue
update
State
@switchboard-xyz/aptos-sdk
Loading...