Skip to content

Read Backend

The ReadBackend is a component intended for light client reads.

Todo

We have not spent much time thinking about this one.

Incoming Messages
From Light Client (over network)
type ReadTransactionRequest = SignedMessage<ExecuteReadTransaction>
Outgoing Messages
To Executor

See ExecuteReadTransaction.

Todo

make a folder for the read backend