Protected
_availableOptional
chainCode ID representing the identity of the contract's code on a specific chain.
Optional
codeCode hash uniquely identifying the compiled code.
Optional
codeCode ID representing the identity of the contract's code on a specific chain.
Optional
compiledOptional
compilerOptional
deployerOptional
deploymentDeployment to which this unit belongs.
Readonly
isOptional
nameName of this unit.
Optional
sourceOptional
uploadedOptional
uploaderCompile this contract, unless a valid binary is present and a rebuild is not requested.
Optional
name: stringOptional
options: Partial<ContainerOptions>Optional
command: ContainerCommandOptional
entrypoint: ContainerCommandCreate a new instance of this contract.
Optional
parameters: Partial<ContractInstance>Create multiple instances of this contract.
Run a container from this image.
Optional
command?: ContainerCommandOptional
entrypoint?: ContainerCommandOptional
name?: stringOptional
options?: Partial<ContainerOptions>Optional
outputUpload this contract, unless a valid upload is present and a rebuild is not requested.
Generated using TypeDoc
A contract that is part of a deploment.