Skip to main content

EcdsaTrioOperation

EcdsaTrioOperation: { 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.pre; } | { action: typeof Actions.reconcile; keyId: string; } & object

Type declaration

algorithm

algorithm: typeof Algorithms.ecdsa

protocol

protocol: typeof MpcProtocols.trio