Expand description
This contains an authenticated rpc transport that can be used to send engine API newPayload requests.
Structs§
- Authenticated
Transport - An authenticated transport that can be used to send requests that contain a jwt bearer token.
- Authenticated
Transport Connect - This specifies how to connect to an authenticated transport.
Enums§
- Authenticated
Transport Error - An error that can occur when creating an authenticated transport.
- Inner
Transport - An enum representing the different transports that can be used to connect to a runtime.
Only meant to be used internally by
AuthenticatedTransport
.