Module authenticated_transport

Source
Expand description

This contains an authenticated rpc transport that can be used to send engine API newPayload requests.

Structs§

AuthenticatedTransport
An authenticated transport that can be used to send requests that contain a jwt bearer token.
AuthenticatedTransportConnect
This specifies how to connect to an authenticated transport.

Enums§

AuthenticatedTransportError
An error that can occur when creating an authenticated transport.
InnerTransport
An enum representing the different transports that can be used to connect to a runtime. Only meant to be used internally by AuthenticatedTransport.

Functions§

build_auth 🔒