ResolveOptionsCombined
@twine-protocol/twine-core v0.1.0 • Docs
twine-js / @twine-protocol/twine-core / ResolveOptionsCombined
Interface: ResolveOptionsCombined
Options for combined resolution calls
Extends
Properties
Property
Type
Description
Inherited from
Defined in
race?
boolean
If true all resolvers will be sent the request and the first to respond will be used. If false, the resolvers will be queried in series.
-
noVerify?
boolean
If true, the resolver will not verify the signature of the resolved twine
ResolveOptions.noVerify
noCache?
boolean
If true, the resolver will bypass the cache
ResolveOptions.noCache
Last updated