Preparing search index...
The search index is not available
@switchboard-xyz/aptos-sdk
@switchboard-xyz/aptos-sdk
AggregatorInitParams
Interface AggregatorInitParams
interface
AggregatorInitParams
{
feedHash
:
string
;
feePayer
?:
string
;
guardianQueue
?:
string
;
maxStalenessSeconds
:
number
;
maxVariance
:
number
;
minResponses
:
number
;
minSampleSize
:
number
;
name
:
string
;
network
?:
Network
;
oracleQueue
?:
string
;
switchboardAddress
?:
string
;
}
Hierarchy (
View Summary
)
CommonOptions
WithFeePayer
AggregatorInitParams
Index
Properties
feed
Hash
fee
Payer?
guardian
Queue?
max
Staleness
Seconds
max
Variance
min
Responses
min
Sample
Size
name
network?
oracle
Queue?
switchboard
Address?
Properties
feed
Hash
feedHash
:
string
Optional
fee
Payer
feePayer
?:
string
Optional
guardian
Queue
guardianQueue
?:
string
max
Staleness
Seconds
maxStalenessSeconds
:
number
max
Variance
maxVariance
:
number
min
Responses
minResponses
:
number
min
Sample
Size
minSampleSize
:
number
name
name
:
string
Optional
network
network
?:
Network
Optional
oracle
Queue
oracleQueue
?:
string
Optional
switchboard
Address
switchboardAddress
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
feed
Hash
fee
Payer
guardian
Queue
max
Staleness
Seconds
max
Variance
min
Responses
min
Sample
Size
name
network
oracle
Queue
switchboard
Address
@switchboard-xyz/aptos-sdk
Loading...