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 ¶
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.