Skip to main content

EcdsaDuoOperation

EcdsaDuoOperation: { action: typeof Actions.keygen; dkgProtocol: DKGProtocol; reconcile: boolean; } | { action: typeof Actions.refresh; dkgProtocol: DKGProtocol; } | { action: typeof Actions.import; dkgProtocol: DKGProtocol; } | { action: typeof Actions.sign; } | { action: typeof Actions.pre; } | { action: typeof Actions.finish; } | { action: typeof Actions.reconcile; keyId: string; } & object

Type declaration

algorithm

algorithm: typeof Algorithms.ecdsa

protocol

protocol: typeof MpcProtocols.duo