Skip to content

Commit

Permalink
fix: export new Keystore types
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jan 23, 2024
1 parent 518aff6 commit d6c9d3b
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,30 @@ export {
buildUserInviteTopic,
buildUserPrivateStoreTopic,
} from './utils'
export { Keystore, InMemoryKeystore, TopicData } from './keystore'
export {
Keystore,
InMemoryKeystore,
TopicData,
keystoreApiDefs,
} from './keystore'
apiDefs as keystoreApiDefs,
snapApiDefs as snapKeystoreApiDefs,
KeystoreApiDefs,
KeystoreApiEntries,
KeystoreApiMethods,
KeystoreApiRequestEncoders,
KeystoreApiRequestValues,
KeystoreApiResponseDecoders,
KeystoreInterface,
KeystoreInterfaceRequestValues,
KeystoreInterfaces,
KeystoreRPC,
KeystoreRPCCodec,
SnapKeystoreApiDefs,
SnapKeystoreApiEntries,
SnapKeystoreApiMethods,
SnapKeystoreApiRequestEncoders,
SnapKeystoreApiRequestValues,
SnapKeystoreApiResponseDecoders,
SnapKeystoreInterface,
SnapKeystoreInterfaceRequestValues,
} from './keystore/rpcDefinitions'
export {
KeystoreProvider,
KeyGeneratorKeystoreProvider,
Expand Down

0 comments on commit d6c9d3b

Please sign in to comment.