Skip to content

Commit

Permalink
Updated APDU documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Feb 18, 2025
1 parent 7d76321 commit bac96d0
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions doc/ethapp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,9 @@ None
### TRANSACTION INFO
#### Description
#### Coding
_Command_
[width="80%"]
Expand Down Expand Up @@ -1154,6 +1157,9 @@ None
### TRANSACTION FIELD DESCRIPTION
#### Description
#### Coding
_Command_
[width="80%"]
Expand Down Expand Up @@ -1189,6 +1195,46 @@ _Output data_
None
### PROVIDE PROXY INFO
#### Description
#### Coding
_Command_
[width="80%"]
|==============================================================
| *CLA* | *INS* | *P1* | *P2* | *LC*
| E0 | 2A | 01 : first chunk
00 : following chunk
| 00 | 00
|==============================================================
_Input data_
##### If P1 == first chunk
[width="80%"]
|==========================================
| *Description* | *Length (byte)*
| Payload length | 2
| TLV payload | variable
|==========================================
##### If P1 == following chunk
[width="80%"]
|==========================================
| *Description* | *Length (byte)*
| TLV payload | variable
|==========================================
_Output data_
None
### PROVIDE NETWORK CONFIGURATION
#### Description
Expand Down

0 comments on commit bac96d0

Please sign in to comment.