Package Exports
- @plugnet/keyring
- @plugnet/keyring/testingPairs
- @plugnet/keyring/types
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@plugnet/keyring) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@plugnet/keyring
Key management of user accounts including generation and retrieval of keyring pairs from a variety of input combinations.
Usage
Installation -
yarn add @plugnet/keyringClasses and Functions can be imported as follows:
import Keyring from '@plugnet/keyring';