ProviderEventPayload: {
    address?: string;
    chainId?: ChainId;
    isConnected?: boolean;
    txBody?: TxRequestBody;
    txHash?: string;
    txResponse?: TransactionResponse;
}

Type declaration

Generated using TypeDoc