@somnia-chain/markets-sdk / index / FundMarketCreatorParams
Interface: FundMarketCreatorParams
Defined in: marketCreatorAdmin.ts:71
Params for MarketCreatorAdmin.fundMarketCreator.
Properties
creator
creator:
`0x${string}`
Defined in: marketCreatorAdmin.ts:73
The MarketCreator to fund.
amountWei
amountWei:
bigint
Defined in: marketCreatorAdmin.ts:75
Native amount (wei) to send to the creator's receive().
gas?
optionalgas?:bigint
Defined in: marketCreatorAdmin.ts:77
Gas ceiling for this tx; overrides the config default.