๐Ÿ‡บ๐Ÿ‡ฒ
Broearn Wallet Documentation
CtrlK
  • ๐ŸงฌOVERVIEW
    • ๐Ÿ’กWhat is Broearn Wallet?
    • ๐Ÿ›ก๏ธSecurity
    • ๐Ÿ“‹Available Networks
      • Parallel Universe Chain
      • Bitcoin
      • Ethereum
      • BNB Chain
      • Tron
      • Solana
      • OKX Chain
      • Optimism
      • Fantom
      • Ethereum Classic
      • Polygon
      • Avalanche
  • ๐Ÿ›ธPUT
    • Extension & in Broearn app
      • Events
        • Disconnect
        • Accounts Changed
    • Detecting the Provider
  • Establishing a Connection
  • PROVIDER METHODS
    • Connect
    • Disconnect
    • SignMessage
    • SignTransaction
    • SignAllTransactions
    • SignAndSendTransaction
  • ๐Ÿ”นETHEREUM & EVM
    • Getting Started with Ethereum and EVM
    • Detecting the Provider
    • Establishing a Connection
    • Sending a Transaction
    • Signing a Message
    • Provider API Reference
      • Properties
        • eth_chainId
        • eth_networkVersion
        • eth_selectedAddress
        • _events
        • _eventsCount
      • Events
        • Connect
        • Accounts Changed
        • Disconnect
        • Chain Changed
      • Methods
        • isConnected
        • request
  • Demo Applications
  • ๐Ÿ“œERRORS
  • ADVANCED
    • Auth
      • Web Javascript demo
      • Web Java
      • Web Golang
      • Web PHP
  • COMMUNITY AND SUPPORT
    • ๐ŸฆTwitter
    • โœˆ๏ธTelegram
    • ๐ŸŽฎDiscord
Powered by GitBook
On this page
  1. ๐Ÿ”นETHEREUM & EVM
  2. Provider API Reference

Properties

Here you will find a list of all of the properties available to you once the window.bw.ethobject has been injected. These are all exactly the same as the window.ethereum object. However, we recommend using the window.bw.ethobject to prevent namespace collisions.

{
    chainId: HexString
    networkVersion: String
    selectedAddress: HexString
    _events: Object
    _eventsCount: Number
}
PreviousProvider API ReferenceNexteth_chainId

Last updated 2 years ago