twine-js
Ctrlk
  • index
  • @twine-protocol
    • twine-blockstore-store
    • twine-builder
    • twine-car-utils
    • twine-core
      • index
      • classes
      • functions
      • interfaces
      • type-aliases
        • AnyIterable
        • AnyMap
        • Awaitable
        • CacheOptions
        • Chain
        • ChainContent
        • ChainResolution
        • ChainStorageMeta
        • ChainValue
        • CombineResolversOptions
        • CombinedChainResolution
        • CombinedPulseResolution
        • CrawlGuide
        • CrawlPathContainer
        • CrawlPending
        • CrawlResult
        • FetchChainQuery
        • FetchPulseQuery
        • FulfilledChainResolution
        • FulfilledCrawlResult
        • FulfilledPulseResolution
        • FulfilledResolution
        • IntoCid
        • IntoMixin
        • IntoResolveChainQuery
        • IntoResolvePulseQuery
        • LoaderOptions
        • MaybeIterable
        • Mixin
        • Path
        • Pulse
        • PulseContent
        • PulseIndex
        • PulseResolution
        • PulseValue
        • Resolution
        • ResolveCallers
        • ResolveChainQuery
        • ResolveChainQueryStrict
        • ResolveOptions
        • ResolvePulseQuery
        • ResolvePulseQueryStrict
        • ResolveQueryStrict
        • Signature
        • TwineContent
        • TwineValue
        • UnfulfilledChainResolution
        • UnfulfilledPulseResolution
        • UnfulfilledResolution
      • variables
    • twine-http-store
Powered by GitBook
On this page
  • Type Alias: ChainResolution
  • Defined in
  1. @twine-protocol
  2. twine-core
  3. type-aliases

ChainResolution

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


twine-js / @twine-protocol/twine-core / ChainResolution

Type Alias: ChainResolution

ChainResolution: FulfilledChainResolution | UnfulfilledChainResolution

A successful or failed chain resolution

Defined in

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

PreviousChainContentNextChainStorageMeta

Last updated 11 months ago