ResolveOptions

@twine-protocol/twine-core v0.1.0Docs


twine-js / @twine-protocol/twine-core / ResolveOptions

Type Alias: ResolveOptions

ResolveOptions: object

Options for all resolvers

They may or may not be applicable depending on the implementation

Type declaration

Name
Type
Description
Defined in

noVerify?

boolean

If true, the resolver will not verify the signature of the resolved twine

noCache?

boolean

If true, the resolver will bypass the cache

Defined in

packages/twine-core/src/resolver/types.ts:157

Last updated