menu
polkawallet_sdk package
documentation
storage/keyring.dart
KeyringPrivateStore
updatePubKeyAddressMap method
updatePubKeyAddressMap method
dark_mode
light_mode
updatePubKeyAddressMap
method
void
updatePubKeyAddressMap
(
Map
<
String
,
Map
>
data
)
Implementation
void updatePubKeyAddressMap(Map<String, Map> data) { _pubKeyAddressMap = data; }
polkawallet_sdk package
documentation
storage/keyring
KeyringPrivateStore
updatePubKeyAddressMap method
KeyringPrivateStore class