Optional
encryption?: EncryptionOptional
experimental_nativeCryptoSigner?: unknownOptional
store?: SyncStoreThe storage interface to persist Enoki data locally. If not provided, it will use a sessionStorage-backed store.
Optional
encryption?: neverEnables the new native crypto signer for the EnokiFlow, which is more secure.
Optional
store?: never
The encryption interface that will be used to encrypt data before storing it locally. If not provided, it will use a default encryption interface.