Skip to main content

EddsaDuoOperation

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

Type declaration

algorithm

algorithm: typeof Algorithms.eddsa

protocol

protocol: typeof MpcProtocols.duo