This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
v1.1.0
To coincide with the 1.1.0 release of drizzle
, we've added a new component for easily displaying account information (including the newly tracked account balances 👛).
New Features
- New
<AccountData />
component, for display of account address and balance for a given index.- props:
accountIndex
(int): Index of the account to use. Zero is the first account.units
(string): Denomination of the balance. Defaults to wei. For a reference of possible values see the web3 1.0 docs on thefromWei()
function.precision
(int): Number of decimal places.
- props:
Fixes
- Distribution minified.