Skip to content

Commit

Permalink
Update move/abi/sources/abi.move
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
Foivos and milapsheth authored Feb 4, 2025
1 parent 355a05f commit 9e899b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions move/abi/sources/abi.move
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module abi::abi {
// ----------------
// Public Functions
// ----------------

/// Creates a new AbiReader from the bytes passed.
public fun new_reader(bytes: vector<u8>): AbiReader {
AbiReader {
Expand Down

0 comments on commit 9e899b8

Please sign in to comment.