Mass rename (#48)

* Update terminology and namings

* Use renamed to `avm` package
This commit is contained in:
Pavel
2021-05-18 09:53:12 +03:00
committed by GitHub
parent 9aa077eb4b
commit 054a7bf094
17 changed files with 126 additions and 152 deletions

View File

@ -15,7 +15,8 @@
*/
export { seedToPeerId, peerIdToSeed, generatePeerId } from './internal/peerIdUtils';
export { SecurityTetraplet, PeerIdB58 } from './internal/commonTypes';
export { PeerIdB58 } from './internal/commonTypes';
export { SecurityTetraplet } from '@fluencelabs/avm';
export * from './api';
export * from './FluenceClient';
export * from './internal/builtins';