Skip to content

Commit

Permalink
Update XDR comments (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh authored Jun 21, 2023
1 parent 0c44aa7 commit 4a25a3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Stellar-contract.x
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,12 @@ enum SCValType
SCV_VEC = 16,
SCV_MAP = 17,

// Address is the universal identifier for contracts and classic
// accounts.
SCV_ADDRESS = 18,

// The following are the internal SCVal variants that are not
// exposed to the contracts.
SCV_ADDRESS = 18,
SCV_CONTRACT_INSTANCE = 19,
SCV_STORAGE_TYPE = 20,

Expand Down

0 comments on commit 4a25a3e

Please sign in to comment.