Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D11119
Change Details
Change Details
Old
New
Diff
Call this code on both web and native: ``` const { olmAPI } = getConfig(); await olmAPI.initializeCryptoAccount(); const keys = await olmAPI.getOneTimeKeys(10); console.log(keys); ```
Call this code on both web and native: ``` const { olmAPI } = getConfig(); await olmAPI.initializeCryptoAccount(); const keys = await olmAPI.getOneTimeKeys(10); console.log(keys); ```
Call this code on both web and native: ```
const { olmAPI } = getConfig(); await olmAPI.initializeCryptoAccount(); const keys = await olmAPI.getOneTimeKeys(10); console.log(keys); ```
Continue