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

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

Parameters

NameTypeDescription

_owner

address

undefined

_members

address[]

undefined

_honestThreshold

uint256

undefined

Last updated