ethkr-controler
Advanced tools
Changelog
[9.0.0] [DEPRECATED]
init
method (#163).
init
method, it will be called automatically upon construction. It is called with await
, so it can be asynchronous.keyringTypes
with keyringBuilders
(#163).
type
string property set to the keyring type name. See the newly exported keyringBuilderFactory
function for an example. The builder functions must be synchronous; use an init
method for asynchronous initialization steps.KeyringController
is now a named export instead of a default export (#163).@metamask/eth-simple-keyring
from v4 to v5 (#171).
@metamask/eth-simple-keyring
release notes for details on required changes.getKeyringClassForType
method with getKeyringBuilderForType
(#163).@metamask/eth-hd-keyring
to v5 (#177)
@metamask/eth-hd-keyring
release notes for details on required changes.@metamask/eth-sig-util
to v5 (#180)@metamask/browser-passworder
from v4.0.1 to v4.0.2 (#182)bip39
dependency (#179)addAccounts
HD Keyring method (#176)