Interface.IClientShareStorageService
Storage for persisting and retrieving the MPC client share on the integrator side.
Properties
| Property | Type | Description |
|---|---|---|
get | (key: string) => Promise<string | null> |
set | (key: string, clientShare: string) => Promise<void> | Stores a client share under the given key. |