Skip to main content

EddsaTrioOperation

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

Type declaration

algorithm

algorithm: typeof Algorithms.eddsa

protocol

protocol: typeof MpcProtocols.trio