@twine-protocol/twine-core v0.1.0 • Docs
twine-js / @twine-protocol/twine-core / ResolveOptionsCombined
Options for combined resolution calls
ResolveOptions
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.
-
packages/twine-core/src/resolver/combine.ts:25arrow-up-right
noVerify?
If true, the resolver will not verify the signature of the resolved twine
ResolveOptions.noVerify
packages/twine-core/src/resolver/types.ts:161arrow-up-right
noCache?
If true, the resolver will bypass the cache
ResolveOptions.noCache
packages/twine-core/src/resolver/types.ts:165arrow-up-right
Last updated 1 year ago