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