sequence

package
v0.0.0-...-9e0a4d8 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ContractsLocalVersion = "local"
)

Variables

View Source
var RetrieveContractsSequence = operations.NewSequence(
	"retrieve-ton-contracts-seq",
	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