offchain

package
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2025 License: MIT Imports: 2 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OffchainClient

type OffchainClient = deployment.OffchainClient

OffchainClient is an alias for the deployment.OffchainClient type for now until we migrate all reference over to the new offchain package.

type Provider

type Provider interface {
	// Initialize sets up the offchain client and returns the instance.
	Initialize(ctx context.Context) (OffchainClient, error)
	// Name returns a human-readable name for this provider.
	Name() string
	// OffchainClient returns the initialized offchain client instance.
	// You must call Initialize before using this method.
	OffchainClient() OffchainClient
}

Provider interface for offchain client providers.

Directories

Path Synopsis
jd
Package jd provides a comprehensive framework for interacting with Job Distributor (JD) services in the Chainlink Deployments Framework ecosystem.
Package jd provides a comprehensive framework for interacting with Job Distributor (JD) services in the Chainlink Deployments Framework ecosystem.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL