Welshman Docs / @welshman/feeds / FeedCompilerOptions
Type Alias: FeedCompilerOptions ​
FeedCompilerOptions =
object
Defined in: feeds/src/compiler.ts:27
Properties ​
context? ​
optionalcontext: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? ​
optionalsignal:AbortSignal
Defined in: feeds/src/compiler.ts:29
signer? ​
optionalsigner:ISigner
Defined in: feeds/src/compiler.ts:28