Preparing search index...
The search index is not available
@boostxyz/sdk
@boostxyz/sdk
BoostConfig
Interface BoostConfig
Configuration used to instantiate a
Boost
instance.
Export
BoostConfig
interface
BoostConfig
{
id
:
bigint
;
budget
:
ManagedBudget
;
action
:
EventAction
;
validator
:
Validator
;
allowList
:
AllowList
;
incentives
:
Incentive
[]
;
protocolFee
?:
bigint
;
maxParticipants
?:
bigint
;
owner
?:
`
0x
${
string
}
`
;
}
Index
Properties
id
budget
action
validator
allow
List
incentives
protocol
Fee?
max
Participants?
owner?
Properties
id
id
:
bigint
budget
budget
:
ManagedBudget
action
action
:
EventAction
validator
validator
:
Validator
allow
List
allow
List
:
AllowList
incentives
incentives
:
Incentive
[]
Optional
protocol
Fee
protocol
Fee
?:
bigint
Optional
max
Participants
max
Participants
?:
bigint
Optional
owner
owner
?:
`
0x
${
string
}
`
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
budget
action
validator
allow
List
incentives
protocol
Fee
max
Participants
owner
@boostxyz/sdk
Loading...
Configuration used to instantiate a
Boost
instance.Export
BoostConfig