Optional
properties: Partial<ContractCode> & Partial<DeploymentUnit> & Partial<ContractInstance>Optional
addressAddress of this contract instance. Unique per chain.
Optional
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.
Optional
initAddress of agent that performed the init tx.
Optional
initFee to use for init.
Optional
initContents of init message.
Optional
initInstantiation memo.
Optional
initContents of init message.
Optional
initNative tokens to send to the new contract.
Optional
initID of transaction that performed the init.
Readonly
isOptional
labelFull label of the instance. Unique for a given chain.
Optional
nameName of this unit.
Optional
sourceOptional
uploadedOptional
uploaderCompile this contract, unless a valid binary is present and a rebuild is not requested.
Upload 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.