*
character). A wildcard may appear as foo/*
, foo/bar/*
, or simply *
.*
matches one sub-level.price/*
will trigger on both price/USD_ETH
and price/MKR_USD
but not price/MKR_USD/foo
.**
matches all sub-levels.price/**
will trigger on price/USD_ETH
, price/MKR_USD
, and price/MKR_USD/foo
.<event_type>
- the name of the event<event_payload>
- the new state data sent with the event<event_sequence_number>
- a sequentially increasing index<latest_block_when_emitted>
- the current block at the time of the emitprice/ETH_USD
price/MKR_USD
price/WETH_PETH
web3/INITIALIZED
web3/CONNECTED
web3/AUTHENTICATED
web3/DEAUTHENTICATED
web3/DISCONNECTED
COLLATERAL
DEBT