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 ¶
func (i *RetrieveCompiledContractsSeqInput) Validate() error
type RetrieveCompiledContractsSeqOutput ¶
type RetrieveCompiledContractsSeqOutput struct {
CompiledContracts map[ds.ContractType]utils.CompiledContractData
}
Click to show internal directories.
Click to hide internal directories.