File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It mainly consists of an interface which is implemented by three backends:
1212
1313- an emulator-only backend, ` SpeculosBackend ` , which uses
1414 [ ` SpeculosClient ` ] ( https://github.com/LedgerHQ/speculos/blob/master/speculos/client.py )
15- to run an app on a Speculos emulator. With this backend, APDU can be send directly,
15+ to run an app on a Speculos emulator. With this backend, APDU can be sent directly,
1616 without having to connect a device, start a docker or anything.
1717
1818- two physical backends (although technically they are agnostic, but the
@@ -67,7 +67,7 @@ different backends and that allow to interact with a device (either a real devic
6767
6868* ` send ` : send a formatted APDU.
6969* ` send_raw ` : send a raw APDU.
70- * ` receive ` : receive a response ADPU .
70+ * ` receive ` : receive a response APDU .
7171* ` exchange ` : send a formatted APDU and wait for a response (synchronous).
7272* ` exchange_raw ` : send a raw APDU and wait for a response (synchronous).
7373* ` exchange_async ` : send a formatted APDU and give back the control to the caller (asynchronous).
You can’t perform that action at this time.
0 commit comments