Skip to main content

Interface.IClientShareStorageService

Storage for persisting and retrieving the MPC client share on the integrator side.

Properties

PropertyTypeDescription
get(key: string) => Promise<stringnull>
set(key: string, clientShare: string) => Promise<void>Stores a client share under the given key.