Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ContractType cldf_deployment.ContractType = "CallProxy"
View Source
var Deploy = contract.NewDeploy(contract.DeployParams[ConstructorArgs]{ Name: "call-proxy:deploy", Version: Version, Description: "Deploys the CallProxy contract", ContractMetadata: gobindings.CallProxyMetaData, BytecodeByTypeAndVersion: map[string]contract.Bytecode{ cldf_deployment.NewTypeAndVersion(ContractType, *Version).String(): { EVM: common.FromHex(gobindings.CallProxyMetaData.Bin), ZkSyncVM: zkbindings.CallProxyZkBytecode, }, }, })
View Source
var TypeAndVersion = cldf_deployment.NewTypeAndVersion(ContractType, *Version)
View Source
var Version = semver.MustParse("1.0.0")
Functions ¶
This section is empty.
Types ¶
type ConstructorArgs ¶
Click to show internal directories.
Click to hide internal directories.