Skip to main content

DeployedContract

For the complete documentation index, see llms.txt

Midnight.js API Reference v4.0.4


Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / DeployedContract

Type Alias: DeployedContract<C>

DeployedContract<C> = FoundContract<C> & object

블록체인에 배포된 컨트랙트의 인터페이스입니다.

Type Declaration

deployTxData

readonly deployTxData: FinalizedDeployTxData<C>

Data resulting from the deployment transaction that created this contract. The information in a deployTxData contains additional private information that does not exist in FoundContract.deployTxData because certain private data is only available to the deployer of a contract.

Type Parameters

C

C extends Contract.Any