コンテンツにスキップ

Mpc2pCoSignAgent

このコンテンツはまだ日本語訳がありません。

Defined in: src/signer/mpc-2p.ts:58

The agent’s half of the 2-of-2 ceremony (the injected WASM DKLs share).

Methods

groupEoa()

groupEoa(): `0x${string}`

Defined in: src/signer/mpc-2p.ts:60

The group 2-of-2 EOA this share controls — must equal the signer’s from.

Returns

`0x${string}`


start()

start(digest): `0x${string}`

Defined in: src/signer/mpc-2p.ts:62

Begin signing the 32-byte EIP-712 digest; returns the first outbound round (hex).

Parameters

digest

`0x${string}`

Returns

`0x${string}`


step()

step(incoming): Mpc2pStepOutcome

Defined in: src/signer/mpc-2p.ts:64

Feed one inbound round (hex); returns the next outbound round, or the final signature.

Parameters

incoming

`0x${string}`

Returns

Mpc2pStepOutcome