Skip to main content

createCircuitMaintenanceTxInterface

For the complete documentation index, see llms.txt

Midnight.js API Reference v4.0.4


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

Function: createCircuitMaintenanceTxInterface()

createCircuitMaintenanceTxInterface<C, PCK>(providers, circuitId, compiledContract, contractAddress): CircuitMaintenanceTxInterface

CircuitMaintenanceTxInterface를 생성합니다.

Type Parameters

C

C extends Any

PCK

PCK extends string

Parameters

providers

ContractProviders<C, PCK>

트랜잭션을 생성하고 제출하는 데 사용할 프로바이더입니다.

circuitId

PCK

이 인터페이스가 대상으로 하는 서킷 ID입니다.

compiledContract

CompiledContract<C, any>

contractAddress

string

이 인터페이스를 생성할 배포된 컨트랙트의 주소입니다.

Returns

CircuitMaintenanceTxInterface