@twine-protocol/twine-core v0.1.0 • Docs
twine-js / @twine-protocol/twine-core / ResolveOptions
ResolveOptions: object
object
Options for all resolvers
They may or may not be applicable depending on the implementation
noVerify?
noVerify
boolean
If true, the resolver will not verify the signature of the resolved twine
packages/twine-core/src/resolver/types.ts:161arrow-up-right
noCache?
noCache
If true, the resolver will bypass the cache
packages/twine-core/src/resolver/types.ts:165arrow-up-right
packages/twine-core/src/resolver/types.ts:157arrow-up-right
Last updated 1 year ago