Versions in this module Expand all Collapse all v0 v0.0.2 Jun 5, 2026 Changes in this version + var ContractDeploymentVersion = semver.MustParse("2.0.0") + func NewDeployOperation(id, description string) *cldfops.Operation[DeployInput, DeployOutput, stellardeps.StellarDeps] + type DeployInput struct + Salt [32]byte + WasmPath string + type DeployOutput struct + ContractID string + type Void struct