Getting Started
Fundamentals
Reference
- Address
- Application Binary Interface
- Constants
- Contract
- Crypto
- Encoding
- Hash
- Other
- Providers
- AbstractProvider
- Block
- BrowserProvider
- FeeData
- JsonRpcApiProvider
- JsonRpcProvider
- JsonRpcSigner
- Log
- Network
- QiTransactionResponse
- QuaiTransactionResponse
- SocketBlockSubscriber
- SocketEventSubscriber
- SocketPendingSubscriber
- SocketProvider
- SocketSubscriber
- TransactionReceipt
- UnmanagedSubscriber
- WebSocketProvider
- BlockParams
- Eip1193Provider
- EventFilter
- Filter
- FilterByBlockHash
- LogParams
- MinedBlock
- Provider
- Subscriber
- TransactionReceiptParams
- WebSocketLike
- BlockTag
- DebugEventBrowserProvider
- JsonRpcApiProviderOptions
- JsonRpcError
- JsonRpcPayload
- JsonRpcResult
- MinedTransactionResponse
- Networkish
- OrphanFilter
- PerformActionFilter
- PerformActionRequest
- PerformActionTransaction
- PreparedTransactionRequest
- ProviderEvent
- Subscription
- TopicFilter
- TransactionRequest
- TransactionResponse
- TransactionResponseParams
- WebSocketCreator
- copyRequest
- Signers
- Transaction
- Utils
- Wallet
- Wordlists
Providers
DebugEventBrowserProvider
type DebugEventBrowserProvider: {
"action": "sendEip1193Payload";
"payload": {
"method": string;
"params": any[];
};
} | {
"action": "receiveEip1193Result";
"result": any;
} | {
"action": "receiveEip1193Error";
"error": Error;
};
The possible additional events dispatched when using the "debug"
event on a
BrowserProvider.
Source
Was this page helpful?
On this page