WAAS Javascript SDKInterfacesIKeybanClientShareStorageOn this pageInterface.IKeybanClientShareStorageStorage for persisting and retrieving the MPC client share on the integrator side. Properties PropertyTypeDescription get(key: string) => Promise<null | string>Retrieves a stored client share by key. set(key: string, clientShare: string) => Promise<void>Stores a client share under the given key.