Skip to content

Commit

Permalink
chore: expand comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Aug 14, 2023
1 parent d7a0913 commit 8b1f1e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yarn-project/foundation/src/abi/decoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ class ReturnValuesDecoder {

/**
* Decodes all the return values for the given function ABI.
* Noir support only single return value (value can be struct).
* Noir support only single return value
* The return value can however be simple types, structs or arrays
* @returns The decoded return values.
*/
public decode(): DecodedReturn {
Expand Down

0 comments on commit 8b1f1e9

Please sign in to comment.