core icon indicating copy to clipboard operation
core copied to clipboard

`KeyringController` should infer `Keyring` types based on builders

Open mikesposito opened this issue 8 months ago • 0 comments

Since types of keyrings managed by KeyringController depend on builders injected by clients, their types should be inferred by KeyringController based on those.

Builders should return an object that extends Keyring<Json>.

mikesposito avatar Jun 04 '24 13:06 mikesposito