Welshman Docs / @welshman/feeds / FeedCompilerOptions
Type Alias: FeedCompilerOptions ​
FeedCompilerOptions =
object
Defined in: feeds/src/compiler.ts:27
Properties ​
context? ​
optional
context:AdapterContext
Defined in: feeds/src/compiler.ts:30
getPubkeysForScope() ​
getPubkeysForScope: (
scope
) =>string
[]
Defined in: feeds/src/compiler.ts:31
Parameters ​
scope ​
Returns ​
string
[]
getPubkeysForWOTRange() ​
getPubkeysForWOTRange: (
minWOT
,maxWOT
) =>string
[]
Defined in: feeds/src/compiler.ts:32
Parameters ​
minWOT ​
number
maxWOT ​
number
Returns ​
string
[]
signal? ​
optional
signal:AbortSignal
Defined in: feeds/src/compiler.ts:29
signer? ​
optional
signer:ISigner
Defined in: feeds/src/compiler.ts:28