createCircuitMaintenanceTxInterfaces
Midnight.js API Reference v4.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / createCircuitMaintenanceTxInterfaces
Function: createCircuitMaintenanceTxInterfaces()
createCircuitMaintenanceTxInterfaces<
C>(providers,compiledContract,contractAddress):CircuitMaintenanceTxInterfaces<C>
Creates a CircuitMaintenanceTxInterfaces.
Type Parameters
C
C extends Any
Parameters
providers
The providers to use to build transactions.
compiledContract
CompiledContract<C, any>
The contract to use to execute circuits.
contractAddress
string
The ledger address of the contract.