Skip to main content

createContractMaintenanceTxInterface

For the complete documentation index, see llms.txt

Midnight.js API Reference v4.0.4


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

Function: createContractMaintenanceTxInterface()

createContractMaintenanceTxInterface<C>(providers, compiledContract, contractAddress): ContractMaintenanceTxInterface

ContractMaintenanceTxInterface를 생성합니다.

Type Parameters

C

C extends Any

Parameters

providers

ContractProviders

트랜잭션을 빌드하는 데 사용할 프로바이더입니다.

compiledContract

CompiledContract<C, any>

contractAddress

string

컨트랙트의 원장 주소입니다.

Returns

ContractMaintenanceTxInterface