sequence

package
v0.0.0-...-7352460 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2026 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// Contract version definitions
	ContractsVersionLocal = "local"
	// Notice: "local" should be used only for development,
	// while a specific version should be pinned for releases (production deployments).
	ContractsVersionLatestSupported = "788c63978124" // Feb 5, 2026
)

Variables

View Source
var RetrieveContractsSequence = operations.NewSequence(
	"ton/sequences/retrieve-ton-contracts",
	semver.MustParse("0.1.0"),
	"Retrieves TON contracts from chainlink-ton repo given a release commit sha",
	retrieveCompiledTONContractsSequence,
)

Functions

This section is empty.

Types

type ContractMappingMetadata

type ContractMappingMetadata struct {
	CompiledVersionKey string
}

type RetrieveCompiledContractsSeqInput

type RetrieveCompiledContractsSeqInput struct {
	ContractsVersionSha string
	Contracts           []ds.ContractType
}

func (*RetrieveCompiledContractsSeqInput) Validate

type RetrieveCompiledContractsSeqOutput

type RetrieveCompiledContractsSeqOutput struct {
	CompiledContracts map[ds.ContractType]utils.CompiledContractData
}

Jump to

Keyboard shortcuts

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