IECDSANodeManagement
Methods
initialize
function initialize(address _owner, address[] _members, uint256 _honestThreshold) external nonpayableParameters
Name
Type
Description
Last updated
Was this helpful?
IECDSANodeManagement interface
Interface for the ECDSA node management interface.
implement this interface to develop a a factory-patterned ECDSA node management contract*
function initialize(address _owner, address[] _members, uint256 _honestThreshold) external nonpayable_owner
address
undefined
_members
address[]
undefined
_honestThreshold
uint256
undefined
Last updated
Was this helpful?
Was this helpful?