SYMBOL INDEX (51 symbols across 13 files) FILE: components/chain/chain.js function Chain (line 19) | function Chain({ chain }) { FILE: components/header/header.js function Header (line 76) | function Header(props) { FILE: components/multichain/multichain.js function Multichain (line 14) | function Multichain({ closeMultichain }) { FILE: components/snackbar/snackbar.jsx function CloseIcon (line 18) | function CloseIcon(props) { function SuccessIcon (line 30) | function SuccessIcon(props) { function ErrorIcon (line 42) | function ErrorIcon(props) { function WarningIcon (line 54) | function WarningIcon(props) { function InfoIcon (line 66) | function InfoIcon(props) { class MySnackbar (line 79) | class MySnackbar extends Component { method render (line 97) | render() { FILE: components/snackbar/snackbarController.jsx class SnackbarController (line 20) | class SnackbarController extends Component { method constructor (line 22) | constructor(props) { method componentWillMount (line 32) | componentWillMount() { method componentWillUnmount (line 37) | componentWillUnmount() { method render (line 64) | render() { FILE: components/unlock/unlock.js class Unlock (line 80) | class Unlock extends Component { method constructor (line 82) | constructor(props) { method componentWillMount (line 91) | componentWillMount() { method componentWillUnmount (line 97) | componentWillUnmount() { method render (line 120) | render() { function getLibrary (line 136) | function getLibrary(provider) { function onConnectionClicked (line 143) | function onConnectionClicked(currentConnector, name, setActivatingConnec... function onDeactivateClicked (line 149) | function onDeactivateClicked(deactivate, connector) { function MyComponent (line 160) | function MyComponent(props) { FILE: components/unlock/unlockModal.js function Transition (line 10) | function Transition(props) { class UnlockModal (line 14) | class UnlockModal extends Component { method render (line 15) | render() { FILE: pages/_app.js function MyApp (line 18) | function MyApp({ Component, pageProps }) { FILE: pages/_document.js class MyDocument (line 6) | class MyDocument extends Document { method render (line 7) | render() { FILE: pages/index.js function Home (line 85) | function Home({ changeTheme, theme }) { FILE: stores/accountStore.js class Store (line 14) | class Store { method constructor (line 15) | constructor(dispatcher, emitter) { method getStore (line 41) | getStore(index) { method setStore (line 45) | setStore(obj) { FILE: stores/constants/constants.js constant ERROR (line 2) | const ERROR = 'ERROR' constant CONNECTION_CONNECTED (line 3) | const CONNECTION_CONNECTED = 'CONNECTION_CONNECTED' constant CONNECTION_DISCONNECTED (line 4) | const CONNECTION_DISCONNECTED = 'CONNECTION_DISCONNECTED' constant CONNECT_WALLET (line 5) | const CONNECT_WALLET = 'CONNECT_WALLET' constant CONFIGURE (line 7) | const CONFIGURE = 'CONFIGURE' constant ACCOUNT_CONFIGURED (line 8) | const ACCOUNT_CONFIGURED = 'ACCOUNT_CONFIGURED' constant CONFIGURE_NETWORK_LIST (line 10) | const CONFIGURE_NETWORK_LIST = 'CONFIGURE_NETWORK_LIST' constant NETWORK_LIST_CONFIGURED (line 11) | const NETWORK_LIST_CONFIGURED = 'NETWORK_LIST_CONFIGURED' constant STORE_UPDATED (line 13) | const STORE_UPDATED = 'STORE_UPDATED' constant ACCOUNT_CHANGED (line 14) | const ACCOUNT_CHANGED = 'ACCOUNT_CHANGED' constant TRY_CONNECT_WALLET (line 15) | const TRY_CONNECT_WALLET = 'TRY_CONNECT_WALLET' constant TX_SUBMITTED (line 17) | const TX_SUBMITTED = 'TX_SUBMITTED' FILE: utils/utils.js function formatCurrency (line 11) | function formatCurrency(amount, decimals = 2) { function formatAddress (line 24) | function formatAddress(address, length = 'short') { function bnDec (line 36) | function bnDec(decimals) { function getProvider (line 41) | function getProvider() {