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
}

Last updated