> For the complete documentation index, see [llms.txt](https://contracts.synapseprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://contracts.synapseprotocol.com/bridge/interfaces/iecdsanodemanagement.md).

# IECDSANodeManagement

> IECDSANodeManagement interface

Interface for the ECDSA node management interface.

*implement this interface to develop a a factory-patterned ECDSA node management contract*\*

## Methods

### initialize

```solidity
function initialize(address _owner, address[] _members, uint256 _honestThreshold) external nonpayable
```

#### Parameters

| Name              | Type       | Description |
| ----------------- | ---------- | ----------- |
| \_owner           | address    | undefined   |
| \_members         | address\[] | undefined   |
| \_honestThreshold | uint256    | undefined   |
