mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-23 18:55:50 +00:00
@@ -13,7 +13,7 @@ import { u8aToHex } from '@polkadot/util';
|
|||||||
const accounts = keyring.getAccounts();
|
const accounts = keyring.getAccounts();
|
||||||
|
|
||||||
accounts.forEach(({ address, meta, publicKey }) =>
|
accounts.forEach(({ address, meta, publicKey }) =>
|
||||||
console.log(address, JSON.stringify(meta), u8aToHex(publicKey));
|
console.log(address, JSON.stringify(meta), u8aToHex(publicKey))
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user